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 I have file video attachment on notion page as embed component, and using react-notion-x to render content. But I got error as below: ``` AccessDenied Access Denied RESB8AZZZ1BMMPYY...

#### Description When I followed the instructions in the readme and used the code provided, I encountered some errors after finishing yarn and running the project. #### Notion Test Page...

#### Description I'd like to be able to use custom components only for certain cases such as: - Images/Videos that are from a certain source - Certain Embed types more...

#### Description Add missing table_block_row_header to TableBlock type. When setting the first row of the table as the header, the table block has this field. #### Notion Test Page ID

#### Description Seems like certain Notion blocks are causing a hydration issue, ~~but I can't (yet) tell which one(s)~~. Update: it seems to be the Code block and Collection blocks....

#### Description When trying to use bun, notion-client does not return anything. notion-client does not throw errors, it just never returns with data. I am not sure if this is...

#### Description notion-client search api stopped workine with something like this error ```js { errorId: 'a35d346e-2540-4178-900d-3e1267ec727d', name: 'ValidationError', message: 'Invalid input.' } ``` #### Notion Test Page ID [here](https://transitivebullsh.it/) doesn't...

#### Description Hello, I have a private Notion page that I am successfully able to display, however, I am unable to display the private images on that page (I can...

This PR removes `got` in favor of `ky` in `notion-client`. This means that `notion-client` is no longer tied to Node.js. [ky](https://github.com/sindresorhus/ky) is a thin wrapper around `fetch`, **which makes `notion-client`...

enhancement

#### Description I've implemented a feature that allows the creation of custom components for each block, such as Assets, Header, Text, Table, and others. This functionality enables users to completely...