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.
removed the configcat-js peer dependency, and added parameters (sdkKey, other polling mode related parameters, ...) to the ConfigCatProvider so it can initialize a configcatclient directly with the configcat-common package.
added the hot reload functionality based on the configChanged callback of the configcatclient (currently works only in auto polling mode)
added integration tests
added a sandbox app that can be used during development time (with Storybook)