Open IsaacInsoll opened 3 months ago
Upgrade to React 19 so we get performance improvements of React Compiler.
I tried this previously and got this problem where the page wouldn't render: https://github.com/benhowell/react-grid-gallery/issues/375
Made a react19 branch, fully works. Fixed by inhousing react-grid-gallery.
react19
react-grid-gallery
The only problem is NPM warnings because Mantine doesn't officially support react 19 yet, although everything appears to work fine.
Upgrade to React 19 so we get performance improvements of React Compiler.
I tried this previously and got this problem where the page wouldn't render: https://github.com/benhowell/react-grid-gallery/issues/375