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 not too familiar with all the react ins and outs but when installing react-vtk-us in my project that is on react 17.X I am getting an incompatible versions errors.
Apparently this is due to my npm / node version? I can get around this by specifying —legacy-peer-deps but I believe that will be on all my packages and not just react-vtk-js.
I also tried forking and updating the pin to 16 || 17 5f9a91d
this seems to work in initial testing at least for the errors. Is there a reason this wouldn’t work long term?
I saw #67 but am. It entirely sure this is the same thing?
The text was updated successfully, but these errors were encountered:
Right now react-vtk-js is strictly react v16, unfortunately. #67 is related to this issue. We haven't been able to test react-vtk-js with v17 or v18. FYI efforts in #71 will help address this.
Hi guys,
I’m not too familiar with all the react ins and outs but when installing react-vtk-us in my project that is on react 17.X I am getting an incompatible versions errors.
Apparently this is due to my npm / node version? I can get around this by specifying —legacy-peer-deps but I believe that will be on all my packages and not just react-vtk-js.
I also tried forking and updating the pin to 16 || 17 5f9a91d
this seems to work in initial testing at least for the errors. Is there a reason this wouldn’t work long term?
I saw #67 but am. It entirely sure this is the same thing?
The text was updated successfully, but these errors were encountered: