Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility Issue with react-lazy-images and React 19 #601

Open
rodriguescarson opened this issue Jan 11, 2025 · 0 comments
Open

Compatibility Issue with react-lazy-images and React 19 #601

rodriguescarson opened this issue Jan 11, 2025 · 0 comments

Comments

@rodriguescarson
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant