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
Sometimes your registration code runs before plugin registers `featureFlagsPluginRegister`. In this case you can expose a setup function `registerMyFeatureFlags` on `window` object so that the plugin loads, it will automatically call this function which will register your flags.
58
+
59
+
`featureFlagsPluginRegister` function is also passed to your `registerMyFeatureFlags` which can be used to register the feature flags.
60
+
61
+
> Note: This will only run once the plugin registers with the web page. later on you can still call `window.featureFlagsPluginRegister`.
0 commit comments