Closed beevk closed 2 years ago
Please update the React version to 17.0.2 so it can be used with NextJS 11.
Try installing packages with npm i --legacy-peer-deps
This should be fixed in v6.
Note: this repo uses yarn
workspaces so you have to run yarn
once at the root before starting.
After that, you can run yarn dev
or yarn build
from any of the example directories.
I just cloned the repo and switched to the example directory.
This gives unable to resolve dependency tree error. This happens because react-notion-x has peer dependency on react and the version doesn't match. Please fix it.