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 a collection view is used where the table has no title, because collection has no title #### Notion Test Page ID 067dd719a912471ea9a3ac10710e7fdf the table doesn't have a title

#### Description We are using the compat transformer with the new Notion API to embed private Notion docs. The API is not returning the user data, so instead of the...

#### Description There is an additional padding of 3px at the top & bottom of the page which is not needed. It's highlighted in green in the picture below ####...

#### Description When `notion-client` sometimes encounters an error after requesting Notion pages, it prints the error with `console.log` or `console.error`. While it may be a good idea to print them...

#### Description Make checkbox style match notion's in the aspects described in this issue #356. The checkbox visuals are a bit inconsistent with an official notion page. - For checked:...

#### Description The checkbox visuals are a bit inconsistent with an official notion page. - For checked: The size of the check mark is a bit bigger in react-notion-x -...

Hello, I'm using the library you created. Thank you. I'm having the same issue as #211 I'm looking at the code you wrote and I'm studying how various methods play...

#### Description Remove the `page_cover_position` if the `page_cover` doesn't exist in a block format. This allows the block to use the `defaultPageCoverPosition` for `defaultPageCover`. #351 explains that a cover `page_cover_position`...

#### Description Notion pages seem to keep the `page_cover_position` in a page `format` even if the cover was removed. The `Block` component from `packages/react-notion-x/src/block.tsx` uses the `page_cover_position` from the page...

#### Description Hi, I'm using react-notion-x to render and embed a published notion page in a iframe. It works quite well except when the notion page is published as a...