Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FSSDK-10438] test #282

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -582,3 +582,5 @@ First-party code subject to copyrights held by Optimizely, Inc. and its contribu
- Ruby - https://github.com/optimizely/ruby-sdk

- Swift - https://github.com/optimizely/swift-sdk

Test 1
1 change: 0 additions & 1 deletion src/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,6 @@ export const useDecision: UseDecision = (flagKey, options = {}, overrides = {})
if (!optimizely) {
hooksLogger.error(`Unable to use decision ${flagKey}. ${optimizelyPropError}`);
}

return [state.decision, state.clientReady, state.didTimeout];
};

Expand Down
Loading