You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously the 'Role' type was introduced as an enum, however, it has recently been deprecated in favor of using the string type. This way we can dynamically pull roles from the data on nightly deploys even though we have not updated the website to support those types.
Remove the deprecated 'Role' type
Convert the RoleFilter component to use a dynamic list of roles derived from the list of gods
The text was updated successfully, but these errors were encountered:
Previously the 'Role' type was introduced as an
enum
, however, it has recently been deprecated in favor of using thestring
type. This way we can dynamically pull roles from the data on nightly deploys even though we have not updated the website to support those types.RoleFilter
component to use a dynamic list of roles derived from the list of godsThe text was updated successfully, but these errors were encountered: