-
Notifications
You must be signed in to change notification settings - Fork 83
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
Navigation page doesn't render the navigation tree anymore #359
Comments
Hi @loan-laux. I am able to see the items under the Add Navigation Item button but not the hierarchy tree on the right of it. Is this what you see too? Also, the drag and drop does not respond. |
Yep @MohanNarayana. These are exactly the symptoms I was referring to. Still puzzled as to what causes this, but I would really suspect something with |
@loan-laux I can see the tree data come through and i can see the same data render on a sandbox page. I tried updating some packages (react-sortable-tree, react-dnd-html5-backend and react-dnd) but no luck. Do you think there are any other other package that I can try updating? Thanks |
@MohanNarayana no idea, tbh. But |
The project is definitely abandoned judging by this issue with no response from the core team. |
can you try using react-sortable-tree-w for this? looks more active |
Hi guys, If you still have this problem, you can try my fork. I had the same problem and fork the original package to solve it. yarn add @nosferatu500/react-sortable-tree |
@delagroove @nosferatu500 I tried both |
@loan-laux hmm ... Let me check it out over the weekend. If the reason is this module, I can try to fix it. |
@loan-laux
|
@nosferatu500 yes, but you'll need to have the Reaction Commerce API running too, since this is the admin UI for that API. The easiest way is to clone the Once you've done that, enable development mode for the admin UI sub-project by running Thanks for taking the time! I appreciate it. |
I've tried a bunch of things like move the |
@loan-laux I have fixed the error in this PR, but the pipelines have failed |
fixed in 3.0.0-beta19 |
Prerequisites
Issue Description
The
Navigation
page displays a blank area instead of the navigation tree, making it impossible to see or edit the navigation tree.Steps to Reproduce
Please provide starting context, i.e. logged in as a user, configure a particular payment method.
Navigation
page.Possible Solution
I had already fixed a bug with the same symptom here. However, this time, it doesn't seem that the solution will be anything related to this previous one. One important note: the
react-sortable-tree
package looks like it hasn't had a release since August 2020, and seems pretty abandoned given the queue of PRs and issues.Versions
3.0.0-beta.13
The text was updated successfully, but these errors were encountered: