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
In 3 event provider implementations,
[flagd-java](open-feature/java-sdk-contrib#361 (review)),
[go-feature-flag-web](open-feature/js-sdk-contrib#474 (comment)),
and even my own implementation of flagd-js, authors have forgotten to
properly implement `getState` (which means the SDK assumes the provider
is already `READY` and doesn't run `initialize()`.)
This is an easy pitfall. To help with this, I'm adding doc.
We may be able to improve the interfaces to help with this, but I think
this is a safe and helpful change for now.
Relates to: open-feature/java-sdk#531
Signed-off-by: Todd Baert <[email protected]>
0 commit comments