Skip to content
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

React material table memory exceed upon editing cells #2733

Closed
Ali-Ozturk opened this issue Jan 11, 2021 · 1 comment
Closed

React material table memory exceed upon editing cells #2733

Ali-Ozturk opened this issue Jan 11, 2021 · 1 comment
Labels
question Further information is requested

Comments

@Ali-Ozturk
Copy link

For a few days now I've been trying to resolve why my implementation of Material-Table in React causes a memory exceed error. I hope that someone here can help me resolve my problem or perhaps give me an idea to a different approach to what I am trying to achieve.

My problem is that, at some point while editing cells within the table, it starts to exponentially become more and more memory heavy. (I have linked a code sandbox which replicates the issue). Until at some point I receive a memory exceed error.

I would like to know how I can avoid this issue or insights in to how I can change my implementation so that it solves the same objective, but without any problems.

Please visit the following sandbox link and try the following: Change the value of the quantity field, and repeat until you see the problem :/

https://codesandbox.io/s/flamboyant-star-errc7?file=/src/App.js

@Ali-Ozturk Ali-Ozturk added the question Further information is requested label Jan 11, 2021
@Ali-Ozturk
Copy link
Author

#2727

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant