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
This component uses [email protected] which does not declare compatibility with versions of react and react-dom above 16. As a result, using react-timeline-editor with a recent version of react results in npm install failing with a peer dependency conflict.
I'm using react 18 and, in my work so far, I've seen no actual compatibility issues if I work around the error with npm install --force. However, that command can be dangerous so it would be great to stop using it.
The solution would be for react-virtualized to officially declare compatibility with recent versions of react. The problem is, it seems react-virtualized is deprecated and unlikely to get updates, so we'd need react-timeline-editor to switch to react-window.
If anyone has any better workaround, let me know! :)
The text was updated successfully, but these errors were encountered:
Hi, thanks again for the great component.
This component uses
[email protected]
which does not declare compatibility with versions ofreact
andreact-dom
above16
. As a result, usingreact-timeline-editor
with a recent version of react results innpm install
failing with a peer dependency conflict.I'm using react 18 and, in my work so far, I've seen no actual compatibility issues if I work around the error with
npm install --force
. However, that command can be dangerous so it would be great to stop using it.The solution would be for
react-virtualized
to officially declare compatibility with recent versions of react. The problem is, it seemsreact-virtualized
is deprecated and unlikely to get updates, so we'd needreact-timeline-editor
to switch toreact-window
.If anyone has any better workaround, let me know! :)
The text was updated successfully, but these errors were encountered: