runjuu
runjuu
Hi @goodchengwang , sorry for the late reply. We have just released a new version of xSync. Can you try it and see if the problem is solved?
Sounds great! Looking forward to your pull request 😄
Hi @mike-shtil-loop, thanks for the PR! I've merged it and published a new version with a [small fix](https://github.com/runjuu/column-resizer/commit/2220f49a4a8ec6b79609750c089c1615621aa030).
Hi @Epick362, sorry for the late response (I have no idea why GitHub didn't notify me about this issue). It seems like `react-scripts` v4 cannot handle the [class field declarations...
Hi @adamw-af, sorry for the late response. You can manually save and restore each section's size every time the number of sections changes. Here is a simple example to illustrate...
Another way to quickly fix this issue, without waiting for NextJS to update, is to use [patch-package](https://github.com/ds300/patch-package) or [pnpm patch](https://pnpm.io/cli/patch) to directly enable SWC's [stage 3 decorator support](https://swc.rs/docs/configuration/compilation#jsctransformdecoratorversion). An example...