novel icon indicating copy to clipboard operation
novel copied to clipboard

Cannot import Editor from novel bug:

Open Luke849 opened this issue 9 months ago • 1 comments

Provide environment information

made a fresh next.js project and installed novel with npm i novel

Describe the bug

I wanted to try out novel and followed the starter guide: novel As mentioned, I have npm i novel needed to install. Also i have added the code :

import { Editor } from "novel";

export default function Home() {
  return (
    <main className="min-h-screen">
      <Editor/>
    </main>
  );
}

but now I get this error: image

can someone help me with that error?

Greetings Luke

Link to reproduction

https://github.com/Luke849/digital-creator

To reproduce

As I said, I did everything as in this tutorial: novel

Additional information

No response

Luke849 avatar May 23 '24 18:05 Luke849