flags@4.0.4
·
39 commits
to main
since this release
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.