- 
                Notifications
    You must be signed in to change notification settings 
- Fork 927
Closed
Labels
needs verificationFor issues that can't be reproduced or are otherwise unclearFor issues that can't be reproduced or are otherwise unclear
Description
When unmounting, and mounting the MUIDataTable, using
https://codesandbox.io/embed/q8w3230qpj?autoresize=1&hidenavigation=1
about 1.3 mb of memory is not free'd. This is problematic despite one-page apps and multiple mounts and unmounts.
This image illustrates the issue:
https://i.imgur.com/zLAdUbi.png
This is a look at the FiberNodes:
https://i.imgur.com/UwZelkZ.png
Each peak is one mount (with a previous unmount).
tableRef seems to play a role in the memory retaining.
Metadata
Metadata
Assignees
Labels
needs verificationFor issues that can't be reproduced or are otherwise unclearFor issues that can't be reproduced or are otherwise unclear