react-notion-x
react-notion-x copied to clipboard
Documentation error on property name for including next/link component
trafficstars
Description
The example code shown in the readme for how to pass in a next/link component to the renderer has the property name NextLink. From looking at the source it appears this property name actually needs to be PageLink. Using the property NextLink doesn't seem to do anything.
https://github.com/NotionX/react-notion-x/blob/6493adc87a8f2dbb6b3881e27325a19501024789/readme.md?plain=1#L285