We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After upgrading to v8.0.*, the configChanged has been triggered every time, regardless of config changes.
v8.0.*
configChanged
This is my implementation:
configCatClient = getClient(featureFlagSettings.Key, PollingMode.AutoPoll, { pollIntervalSeconds: 5, }); configCatClient.on('configChanged', () => { document.dispatchEvent(new CustomEvent('feature-flag-keys-updated')); });
The text was updated successfully, but these errors were encountered:
Hi @Willliamm, thank you for the report! I'll look into this.
Sorry, something went wrong.
Hi @Willliamm, I've released v8.0.2 with the fix. Could you please verify that the issue no longer exists on your end? Thanks!
v8.0.2
Hey @z4kn4fein, good news! The problem's all sorted out now. Thanks for getting back to us so quickly!
No branches or pull requests
After upgrading to
v8.0.*
, theconfigChanged
has been triggered every time, regardless of config changes.This is my implementation:
The text was updated successfully, but these errors were encountered: