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
Hi, I installed this library with npm install --save react-sortable-tree-theme-minimal as you said on your first page.
After installing, I got directly a warning that react-sortable-tree is not installed and that I would need at least version 1.4.0. You can see the result of running the command in the picture below.
I have already installed sortable-tree with version ^2.6.2, so this warning above seems wrong.
After importing the module as shown in your doc, I got the error you can see here:
For additional information: I am running a create-react-app with following versions:
` "@types/react-sortable-tree": "^0.3.6",
Hi, I installed this library with
npm install --save react-sortable-tree-theme-minimal
as you said on your first page.After installing, I got directly a warning that react-sortable-tree is not installed and that I would need at least version 1.4.0. You can see the result of running the command in the picture below.
I have already installed sortable-tree with version ^2.6.2, so this warning above seems wrong.
After importing the module as shown in your doc, I got the error you can see here:
For additional information: I am running a create-react-app with following versions:
` "@types/react-sortable-tree": "^0.3.6",
The text was updated successfully, but these errors were encountered: