You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to support null/undefined defaultValue in flag configurations. See Parent issue for full details.
Steps
Update JSON evaluator to return FLAG_NOT_FOUND for configurations missing a defaultValue and for which targeting doesn't resolve a variant (This is the critical behavioral change)
Make sure OFREP and RPC handlers behave accordingly.