codedbychavez / configcat-vue

Vue.js SDK for ConfigCat Feature Flags (community maintained)
https://configcat.com/docs/sdk-reference/community/vue/
3 stars 1 forks source link

Add option for detecting changes to flag overrides #23

Closed adams85 closed 9 months ago

adams85 commented 9 months ago

Updates the project to include this recent improvement in configcat-common: https://github.com/configcat/common-js/pull/101

Adds an optional parameter named watchChanges to createFlagOverridesFromMap which controls whether the client should detect changes to the flag override map after client initialization.

Also, includes a fix for this issue: https://github.com/configcat/react-sdk/issues/49