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
BREAKING: The controller now reads feature flags directly from RemoteFeatureFlagController via the messenger instead of using the getFeatureFlags callback (#550)
Clients must configure the following as allowed actions in the controller messenger:
RemoteFeatureFlagController:getState
ErrorReportingService:captureException (for reporting validation errors to Sentry)
Clients must configure RemoteFeatureFlagController:stateChange as an allowed event
The getFeatureFlags constructor option is now deprecated and ignored