-
Notifications
You must be signed in to change notification settings - Fork 68
Description
Is this a support request?
No
Describe the bug
When updating the library from 2.9.7 to 2.10.0, the features that were set to true no longer worked in Firefox. They still worked in Chrome & Safari.
To reproduce
Create an app with feature flags. Use version 2.10.0 of the SDK. In the LD dashboard, set the flagged features to true so that a user should see them when they visit the site.
Expected behavior
Features set to true should have been visible in Firefox. They were not.
Logs
There were warnings about default exports being deprecated in favor of named exports. I'm not sure if these warnings were relevant or not.
SDK version
2.10.0
Language version, developer tools
The app in question is a react app using react 16.8.6.
Additional Info
Reverting the library to 2.9.7 resolves the issue.