You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering a compatibility issue when using react-notion-x with React 19. The react-lazy-images package, which is a dependency of react-notion-x, specifies a peer dependency on React versions 15 or 16. This results in warnings during installation and potential issues at runtime.
Steps to Reproduce:
Install react-notion-x in a project using React 19.
Observe the npm warnings related to peer dependency conflicts with react-lazy-images.
Expected Behavior:
react-notion-x should be compatible with React 19 without any peer dependency conflicts.
Actual Behavior:
Installation warnings indicate conflicts due to react-lazy-images' peer dependency on React versions 15 or 16.
Additional Information:
The react-lazy-images package was last updated approximately two months ago.
For more details, you can refer to the npm warnings during installation.
Thank you for your attention to this matter.
This issue has been reported on the react-notion-x GitHub repository.
The text was updated successfully, but these errors were encountered:
I'm encountering a compatibility issue when using react-notion-x with React 19. The react-lazy-images package, which is a dependency of react-notion-x, specifies a peer dependency on React versions 15 or 16. This results in warnings during installation and potential issues at runtime.
Steps to Reproduce:
Install react-notion-x in a project using React 19.
Observe the npm warnings related to peer dependency conflicts with react-lazy-images.
Expected Behavior:
react-notion-x should be compatible with React 19 without any peer dependency conflicts.
Actual Behavior:
Installation warnings indicate conflicts due to react-lazy-images' peer dependency on React versions 15 or 16.
Additional Information:
The react-lazy-images package was last updated approximately two months ago.
For more details, you can refer to the npm warnings during installation.
Thank you for your attention to this matter.
This issue has been reported on the react-notion-x GitHub repository.
The text was updated successfully, but these errors were encountered: