Skip to content

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

Open
@rodriguescarson

Description

@rodriguescarson

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions