table
table copied to clipboard
Docs: Row Dnd Example code not working
Describe the bug
The docs page "React Example: Row Dnd" isn't working properly.
Your minimal, reproducible example
https://tanstack.com/table/v8/docs/examples/react/row-dnd
Steps to reproduce
- Go to the docs and visit the React Table Row Dnd Example page.
- 502 Bad Gateway error shows up in the provided example code.
- .-.
Expected behavior
As a user, I expected to be trying the example to implement Row Dnd into my app, because there isn't much info about how it works anywhere else... so it's crucial that at least the given example code works.
How often does this bug happen?
Every time
Screenshots or Videos
Platform
Google Chrome, MacBook Pro M1 2020, macOS Ventura
react-table version
v8.7.9
TypeScript version
No response
Additional context
No response
Terms & Code of Conduct
- [X] I agree to follow this project's Code of Conduct
- [X] I understand that if my bug cannot be reliable reproduced in a debuggable environment, it will probably not be fixed and this issue may even be closed.
There's no 502 anymore, but the example doesn't work (dragging has no effect).