4.0.3
Changed 1
- Throw an error at declaration time if a feature flag is declared without a decide function or with an adapter that is missing a decide function
Patch Changes
-
795dfd4: Throw on declaration if flag is missing decide function.
When a feature flag is declared without a decide function, or with an adapter that is missing a decide function we will now throw an error at declaration time.