Following documentation to create keystone-app using either npm or yarn creates non-runnable app (throwing an error on /init when trying to run for the first time).
It seems to be a problem with the latest [email protected], when locking the dependency to [email protected] the issue does not occur.
The error seen in both browser & server logs is TypeError: Cannot read properties of null (reading 'useContext')
Running using:
- Chrome browser (version 112)
- Node 18.12.1
- npm 8.19.2
- yarn 1.22.19