Upgrade react to 18.2.0
This was started in https://github.com/garganscript/package-sets/releases version v0.1.8.
Thing is React 18.2.0 API changed a bit (use createRoot
+ render
insead of only render
) and it seems our app doesn't work out of the box.
I leave the issue here and it could be tackled after the stable release.