react-notion-x
react-notion-x copied to clipboard
Fast and accurate React renderer for Notion. TS batteries included. ⚡️
 I switch to AppRouter and using the "use client" for the NotionPage. The page rendered correctly but no matter what I try, the images...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Re-implements #437 to match the list...
Is the repo still maintained? Should we start a fork and maintain that instead?
> [!TIP] > Please check out https://github.com/transitive-bullshit/nextjs-notion-starter-kit/pull/605 for a bandaid fix before this PR gets merged. #### Description @transitive-bullshit mentioned in #220 that this fix was introduced with the release...
#### Description Notion is a great tool for note-taking, and writing in general. `react-notion-x` adds a lot more to it by essentially making notion as a CMS in a sense....
Hi, I've encountered a problem. After running the following commands: ```bash pnpm add react-notion-x pnpm add notion-client pnpm add notion-utils pnpm add p-queue ``` My `package.json` dependencies are as below:...
#### Description I am constatnly getting following error, token and database ID works with `@notionhq/client` but it is not working with `notion-client` What am I doing wrong? ⨯ Internal error:...
#### Description On the server side, when using `notion-client` package I get the `require() of ES Module` not supported error. I modified tsconfig.json file compilerOptions to this: > "target": "ES2018",...
#### Description Change of CSS to allow clicking a block equation and displaying the latex code (just as in Notion) I am not sure how the repo behaves (I'm quite...
#### Description Thanks for this package, it has worked great so far. But since Yesterday (we didn't run the build a few days before that, so maybe earlier) we get...