-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[XGrid] Column resizing broken in StrictMode #177
Comments
Issue was due to using StrictMode in project |
@Ackermannen Thanks for the report. I could put a reproduction on https://codesandbox.io/s/modest-herschel-4vkmo?file=/src/index.js. This is important, I'm reopening. |
A note, if we were developing the components with StrictMode enabled, we would have avoided this issue. However, I believe that to enable StrictMode on the documentation and the storybook, some other problems will need to be solve first. So, one step at the time. |
I opened up a new react project to test x-grid and it works for the most part, but resizing doesn't seem to work at the moment.
I've set up my project like this:
The drag button does seem to work but nothing happens. I also get this error inside the console when i try to drag the columns:
The text was updated successfully, but these errors were encountered: