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

Documentation error on property name for including next/link component

Open ORye opened this issue 2 years ago • 0 comments
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

ORye avatar Mar 21 '23 20:03 ORye