react-notion-x icon indicating copy to clipboard operation
react-notion-x copied to clipboard

Fast and accurate React renderer for Notion. TS batteries included. ⚡️

Results 244 react-notion-x issues
Sort by recently updated
recently updated
newest added
trafficstars

#### Description The inline variable is hardcoded to false at the moment, making all the equations rendered to be inline equations. Fixing this issue by removing the hardcoding. #### Notion...

Remix doesn't support ESM modules by default, and trying to use react-notion-x with Remix results in a lot of errors/perf issues. So, I'm wondering if there's is another library for...

#### Description When creating from a notion page that includes a collection I get a hydration error because it's attempting to add an` ` for the whole row then another...

#### Description The error below occurs when I pre-render my website using getStaticPaths on GitHub Actions. Locally, it works fine 4/5 times. #### Notion Test Page ID Error on notion.getPage(a1c4c4eb2a8842e9a53a8d642b5da034)...

#### Description My Page image url has "file.notion.so"; It replace with amazonaws in source code; But in my env,it can’t get this image from amazonaws。 #### Notion Test Page ID...

#### Description Due to images on the domain **notion.so** cannot be accessed in some regions, I'm seeking a way to add an integrated image proxy for my site to bypass...

#### Description Is there a way to avoid a page reload when clicking on links? I'm using the [full example](https://github.com/NotionX/react-notion-x/tree/master/examples/full) and apparently it's the default behavior. But when I included...

#### Description _**Summary: Fixed issue with bookmark blocks, please review and merge code change.**_ Issue: Bookmark blocks do not show captions as at v6.15.7 Resolution: `localhost:3000` showing the test page,...

#### Description `notion-client` is an npm package that's part of this repository, with description _"Robust TypeScript client for the unofficial Notion API."_ . I was wondering why it's used over...