4.0.4
Fixed 1
- Handle when an app goes from precomputing one or more flags to precomputing none by using __no_flags__ as the serialized value so the app will still rewrite and prerender the page
Patch Changes
-
77727aa: The Flags SDK now handles when an app goes from precomputing one or more flags to precomputing none.
In this case we use
__no_flags__as the serialized value so the app will still rewrite and prerender the page.precompute,generatePermutations,serializeanddeserializewere adjusted to generate and parse__no_flags__correctly.