From 9031889424f01f43251c0925483c5875e669c810 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 19 Sep 2024 10:46:51 -0500 Subject: [PATCH] Revert provider stacking changes --- src/App.native.tsx | 83 ++++++++++++++++++++++++---------------------- src/App.web.tsx | 80 ++++++++++++++++++++++---------------------- 2 files changed, 84 insertions(+), 79 deletions(-) diff --git a/src/App.native.tsx b/src/App.native.tsx index 9214253aca..b780880b3a 100644 --- a/src/App.native.tsx +++ b/src/App.native.tsx @@ -106,48 +106,51 @@ function InnerApp() { }, [_]) return ( - - - - - - + + + + + + - - {/* LabelDefsProvider MUST come before ModerationOptsProvider */} - - - - - - - - - - - - - - - - - - - - - - - - + + + {/* LabelDefsProvider MUST come before ModerationOptsProvider */} + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + ) } diff --git a/src/App.web.tsx b/src/App.web.tsx index 846d178f99..075ce964a9 100644 --- a/src/App.web.tsx +++ b/src/App.web.tsx @@ -96,48 +96,50 @@ function InnerApp() { return ( - - - - - - + + + + + + - - {/* LabelDefsProvider MUST come before ModerationOptsProvider */} - - - - - - - - - - - - - - - - - - - - - - - + + + {/* LabelDefsProvider MUST come before ModerationOptsProvider */} + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + ) }