Skip to content

Commit ad1bd1f

Browse files
committed
react-aria does not support strict mode yet
adobe/react-spectrum#779
1 parent 72858ce commit ad1bd1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

renderer/src/main.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ const rootEl = document.getElementById("root");
2323

2424
if (rootEl) {
2525
ReactDOM.createRoot(rootEl).render(
26-
<React.StrictMode>
27-
<RouterProvider router={router} />
28-
</React.StrictMode>
26+
// <React.StrictMode>
27+
<RouterProvider router={router} />
28+
// </React.StrictMode>
2929
);
3030
}

0 commit comments

Comments
 (0)