react-notion icon indicating copy to clipboard operation
react-notion copied to clipboard

[question]is there a utility method to convert the data into the blockMap data structure required by react-notion?

Open liaodalin19903 opened this issue 8 months ago • 1 comments

Hello. I'd like to ask the following questions:

  1. If I directly retrieve all the blocks of a page using the notion-sdk-js, can I directly render them using react-notion?
<div style={{ maxWidth: 768 }}>
    <NotionRenderer blockMap={blockMap} />
</div>
  1. If not, is there a utility method to convert the data into the blockMap data structure required by react-notion?

liaodalin19903 avatar Feb 08 '25 04:02 liaodalin19903