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

Remove react-lazy-images

Open lee-dogyeong opened this issue 5 months ago • 2 comments
trafficstars

Fixes #601

Description

The react-lazy-images package currently specifies its peerDependency only up to React version 16. This causes warnings or errors from package managers in projects using React 17 or higher.

Solution

remove the react-lazy-images package and switch to native image lazy loading.

Notion Test Page ID

I tested this in the full example.

lee-dogyeong avatar May 31 '25 12:05 lee-dogyeong