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 ### Bug I think there is a bug with showing multiple h tags in a row. It looks like below. ### How to fix this problem there is...

#### Description When using next.js and react-notion-x to display a YouTube video embedded in Notion on a webpage, the notion-yt-playbtn class style's background-image is not showing up, even after changing...

#### Description when looping get all pages, it's possible that encountered alive===false block/page, it should be skipped. #### Notion Test Page ID

#### Description - After cloning the react-notion-x project from GitHub and launching it locally, I switched the Page Id to "2a3890eac9624780abf5d08b534d050b" and identified the issue. When I use the Page...

Hi! When using the `NotionCompatAPI` from 'notion-compat' currently version "6.16.0" the declaration file is not emitted or present in the dist folder.

#### Description Images accessed with signed url results in 403 now. #### Notion Test Page ID Currently using the function below. ``` function getPageCover( pageData: ExtendedRecordMap, pageBlock: PageBlock ): string...

#### Description When installing react-notion-x, once of it's dependencies `react-lazy-images` gets conflicts with react-18 (for nextjs-13) I fixed this in package.json by adding an override to force peer dependency for...

#### Description Enviroment: Vite + Typescript + SWC When I tried to create new `NotionAPI` object, vite throws an error. ```Typescript import { NotionAPI } from "notion-client"; const notion =...

The question about Calendar view [(https://github.com/NotionX/react-notion-x/issues/36)](url) at 2021. I wonder if it's progressing

#### Description On Notion, new Property is Added. It is Auto Increment Id. ![image](https://github.com/NotionX/react-notion-x/assets/23507414/3102f523-da07-4ae9-aed2-4a9bfc206fbf) ![image](https://github.com/NotionX/react-notion-x/assets/23507414/32815e84-60d1-4e13-87f2-477deb36ff92) Before PR, No Icon appears and font color is different from original on default Collection...