You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The export Editor was not found in module [project]/node_modules/novel/dist/index.js [app-client] (ecmascript) <exports>.
Did you mean to import useEditor?
All exports of the module are statically known (It doesn't have dynamic exports). So it's known statically that the requested export doesn't exist.
This error occurred during the build process and can only be dismissed by fixing the error.
I believe the documentation for Novel version 1.0.2 has not yet been published.
Provide environment information
in package.json:
"dependencies": {
"next": "15.1.6",
"novel": "1.0.2",
"react": "^19.0.0",
"react-dom": "^19.0.0"
}
Describe the bug
I have followed the steps written on
https://novel.sh, but I received the following error in nextjs 15:
Build Error
Next.js (15.1.6) (Turbopack)Failed to compile
This error occurred during the build process and can only be dismissed by fixing the error.
I believe the documentation for Novel version 1.0.2 has not yet been published.
Link to reproduction
https://novel.sh/
To reproduce
https://novel.sh
Additional information
No response
The text was updated successfully, but these errors were encountered: