react-notion-x
react-notion-x copied to clipboard
Fast and accurate React renderer for Notion. TS batteries included. ⚡️
#### Description When i try to use a `list view` database with a URL field it gives this error. I am completely not sure what the cause of this issue...
#### Description #### Notion Test Page ID
```js import React, { useState, useEffect } from 'react'; import NotionPage from './pages/NotionPage'; const App = () => { const [notionData, setNotionData] = useState(null); useEffect(() => { // Notion 페이지...
#### Description I usually organize my Notion documents into two columns: one for the content itself and another for the table of contents. To my surprise, the headers from the...
#### Description #### Please include as detailed of a description as possible, including screenshots if applicable. When the rendered title is clicked, it redirects to the page 404 not found....
#### Description This adds Github Action to automatically release new git tags into npm registry. I noticed that the Notion search has been broken for a while from this issue:...
#### Description Seems like the latest version (16.0.2) isn't yet deployed to npmjs. Would be great if it could be deployed there. Unsure if the workflow breaking on the latest...
#### Description I keep getting errors while using react-notion-x for my NextJS app. In the app/component/NotionPage.tsx, I did included "use client" at the top of the file, however I still...
react-notion-x render dark-mode by a property named darkMode. if i want set light\dark mode automatically by browser behavior from `window.matchMedia('(prefers-color-scheme: dark)').matches`. i should managed it by a state: ``` const...
#### Description const notionApi = new NotionAPI({ activeUser: process.env.NOTION_ACTIVE_USER, authToken: process.env.NOTION_TOKEN_V2 }) var pa = await notionApi.getPage('') console.log("XXX: " + pa) TypeError: d.map is not a function at s (file:///Users/jshingler/Archive/Workspaces/graphcentral/notion-scrape-example/node_modules/notion-utils/build/index.js:1:4072)...