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
It uses react-inspector dependency, which is NOT React 19 compatible, and hasn't been updated for 2 years already.
Unsure if there are any alternatives, but people seem to be navigating away from react-inspector:
Reproduction
Install @ladle/react with React 19, observe peerDependency warnings coming up from your package manager, for example:
➤ YN0060: │ react is listed by your project with version 19.0.0 (p1ec28), which doesn't satisfy what @ladle/react and other dependencies request (but they have non-overlapping ranges!).
Environment
OS: [e.g. iOS] n/a
Browser [e.g. chrome, safari] n/a
Version [e.g. 22] n/a
The text was updated successfully, but these errors were encountered:
Describe the bug
Unsure if there are any alternatives, but people seem to be navigating away from react-inspector:
Reproduction
Install @ladle/react with React 19, observe peerDependency warnings coming up from your package manager, for example:
Environment
The text was updated successfully, but these errors were encountered: