-
Notifications
You must be signed in to change notification settings - Fork 37
[FSSDK-10730] isClientReady logic adjustment #285
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-10730] isClientReady logic adjustment #285
Conversation
Jest Coverage Report
Show files with reduced coverage 🔻
Test suite run success258 tests passing in 10 suites. Report generated by 🧪jest coverage report action from 906faf3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
I agree with the removal after reading the ticket. Thanks for testing CSR & SSR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Summary
React SDK sets client.isClientReady property to true immediately if datafile presents in the config, before projectConfigManager gets ready, which should not be the case.
Test plan
Existing test should pass
Issues
FSSDK-10730