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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[2.8.0] - January 26, 2022
New Features
Add a set of new APIs for overriding and managing user-level flag, experiment and delivery rule decisions. These methods can be used for QA and automated testing purposes. They are an extension of the ReactSDKClient interface (#133):
setForcedDecision
getForcedDecision
removeForcedDecision
removeAllForcedDecisions
Updated useDecision hook to auto-update and reflect changes when forced decisions are set and removed (#133).