Skip to content
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

TreeView: update react-dnd and react-dnd-html5-backend to 11.1.1 #4530

Closed
julien opened this issue Jan 3, 2022 · 1 comment · Fixed by #4531
Closed

TreeView: update react-dnd and react-dnd-html5-backend to 11.1.1 #4530

julien opened this issue Jan 3, 2022 · 1 comment · Fixed by #4531
Labels
type: bug Issues reporting that Component is not doing what should be done

Comments

@julien
Copy link
Contributor

julien commented Jan 3, 2022

We should update these two dependencies to v11.1.1 because that's
what's used in DXP. On top of that HTML5Backend (from react-dnd-html5-backend) is now a named export
(as opposed to a default export) so when trying to use the TreeView component in DXP
errors will be thrown and make your browser's console look like a Christmas tree

@julien julien added the type: bug Issues reporting that Component is not doing what should be done label Jan 3, 2022
julien pushed a commit to julien/clay that referenced this issue Jan 4, 2022
These dependencies need to be in sync with the ones used in DXP.
Additionally, HTML5Backend is now a named export (previously was a
default export).

Fixes liferay#4530
@github-actions
Copy link

This issue has been merged and will be released in DXP at https://issues.liferay.com/browse/LPS-144180

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Issues reporting that Component is not doing what should be done
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant