We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c8c4e commit b293161Copy full SHA for b293161
src/feature-toggles.js
@@ -238,6 +238,8 @@ class FeatureToggles {
238
if (this.__config[featureKey]) {
239
switch (mergeConflictBehavior) {
240
case CONFIG_MERGE_CONFLICT.OVERRIDE: {
241
+ // TODO: you cannot just remove all validations, because registering validations before init is recommended
242
+ // for programmatic validation
243
this.removeAllFeatureValueValidation(featureKey);
244
break;
245
}
0 commit comments