Skip to content

Commit

Permalink
Update packages/shared/ReactFeatureFlags.js
Browse files Browse the repository at this point in the history
Co-authored-by: Ricky <[email protected]>
  • Loading branch information
davidmccabe and rickhanlonii committed Mar 21, 2022
1 parent eba44a6 commit 7793f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/ReactFeatureFlags.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const enableLegacyFBSupport = false;
// -----------------------------------------------------------------------------

export const enableCache = __EXPERIMENTAL__;
export const enableCacheElement = true;
export const enableCacheElement = __EXPERIMENTAL__;

export const enableTransitionTracing = false;

Expand Down

0 comments on commit 7793f4d

Please sign in to comment.