-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update react version in mephisto-task #991
Comments
cc @pringshia about #899 and #905 and ongoing efforts to make |
Hi @jayhuynh, I'm currently off the grid through next week. I can take a look at this when I return. In the meanwhile you may want to try to manually edit the |
Thank both of you. I'll follow that way @pringshia. |
Hi @JackUrb , hope you are doing well.
I'm trying to run a custom react task with Mephisto which is using https://github.com/react-dnd/react-dnd/ as a depency for drag and drop feature. That package requires React version
^16.14.0
. However, mephisto-task package is fixed with React16.13.1
and I had react version conflict when I try to npm installreact-dnd
.Therefore, I just wonder can we update
mephisto-task
package to accept newer react versions? I'm afraid that in the future we will use other packages that require latest react versions as well. Happy to hear if we have any alternative approaches 😄.The text was updated successfully, but these errors were encountered: