Flagsmith / flagsmith-js-client

Javascript Client for Flagsmith. Ship features with confidence using feature flags and remote config. Host yourself or use our hosted version at https://www.flagsmith.com/
https://www.flagsmith.com/
BSD 3-Clause "New" or "Revised" License
60 stars 38 forks source link

Respect `fallback` also without `json` flag in `getValue` #213

Closed levrik closed 8 months ago

levrik commented 8 months ago

Allows the following usage:

flagsmith.getValue('refresh_interval', { fallback: 10000 });

Fixes #212

kyle-ssg commented 8 months ago

Thanks! This is now in 3.22.1 of flagsmith,flagsmith-es and react-native-flagsmith