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.
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 bePageLink
. Using the propertyNextLink
doesn't seem to do anything.https://github.com/NotionX/react-notion-x/blob/6493adc87a8f2dbb6b3881e27325a19501024789/readme.md?plain=1#L285