From 9941312a94412b3407d7a7947a4ed7e17efb83fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Rialland?= Date: Tue, 28 Feb 2023 14:53:14 +0100 Subject: [PATCH] Reactive strict mode --- site/source/components/App.tsx | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/site/source/components/App.tsx b/site/source/components/App.tsx index a536e2fb2..d3b53e5bd 100644 --- a/site/source/components/App.tsx +++ b/site/source/components/App.tsx @@ -61,17 +61,15 @@ export default function Root({ ) return ( - // Disable react strict mode cause react-spectrum doesn't support it - // issue https://github.com/adobe/react-spectrum/issues/779 - // - - - - - - - - // + + + + + + + + + ) }