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
We have a website which uses react-smooth-dnd, and we also have created a separate npm package for some shareable code that also uses react-smooth-dnd.
When we install that package there is an Illegal Invocation error, I imagine since there are two versions trying to be run.
I've changed it to be a peer dependency on the package so it works that way for now, but it would be great if there was a way to have two versions work together.
Thanks
The text was updated successfully, but these errors were encountered:
fayebutler
changed the title
Illegal Invocation when you have nested versions
Illegal Invocation when you have two versions
Oct 20, 2020
Hey, first of all thanks for the great library!
We have a website which uses react-smooth-dnd, and we also have created a separate npm package for some shareable code that also uses react-smooth-dnd.
When we install that package there is an Illegal Invocation error, I imagine since there are two versions trying to be run.
I've changed it to be a peer dependency on the package so it works that way for now, but it would be great if there was a way to have two versions work together.
Thanks
The text was updated successfully, but these errors were encountered: