nextjs-notion-starter-kit
nextjs-notion-starter-kit copied to clipboard
Toggle heading doesn't display tables views
This is likely an issue with react-notion-x.
actually it work for me, at least in dev mode I'm running Debian Testing with Node JS 18
how i understand problem if make request https://www.notion.so/api/v3/queryCollection with body {"collection":{"id":"660fd6bd-951a-4921-bfdf-8948384d7712"},"collectionView":{"id":"f86855dd-a825-4e6c-9efd-a54a7e425044"},"loader":{"type":"reducer","reducers":{"collection_group_results":{"type":"results","limit":9999,"loadContentCover":true}},"sort":[],"searchQuery":"","userTimeZone":"America/New_York"}}
the response dosn't have collection collection_view field but in notion-api.ts you are merging this field


