ValentinH / react-easy-sort

A React component to sort items in lists or grids
https://ValentinH.github.io/react-easy-sort
MIT License
160 stars 25 forks source link

Not working after next build with Next.js #39

Open salientnet opened 10 months ago

ValentinH commented 10 months ago

Please provide a repository reproducing the issue.

salientnet commented 10 months ago

sorry, it's private repo, but I can describe why the issue happened in detail. I am using Next.js v13, used your package with next app. The package is working well with "next dev", but after "next build", the swap action is not working properly.

ValentinH commented 10 months ago

"not working" is super vague. There is no issue that the repository is private, the goal of a reproduction repository is to only show the issue. Therefore, you should create a next.js project from scratch and just have one page showing the problem. Usually, when doing so, people can notice that the issue actually resides in the original code and not from the library itself.

I have very limited availability and time to give to this project. If you want me to help, please reduce at the minimum the effort to see and understand the issue. See https://minimum-reproduction.wtf

salientnet commented 10 months ago

ok, I will soon try to share a repo or upload video with the issue