fix: properly release canvas/gl contexts when component unmounts
This fixes an issue that after reloading pixi-based visualizations for more than 16 times, the browser throws warnings.
Took a bit longer, matrixvis needed to be refactored a bit (app using useMemo instead of a global var, and subsequent changes), otherwise app would not even exist at the point of unmounting, hence no destroy method can be called. All done now though
Edited by Dennis Collaris
Merge request reports
Activity
added 8 commits
-
e29bcc40...eb25ae8a - 7 commits from branch
main
- 9c15fb02 - fix: properly release canvas/gl contexts when component unmounts
-
e29bcc40...eb25ae8a - 7 commits from branch
enabled an automatic merge when all merge checks for 9c15fb02 pass
This MR is included in version 1.111.3The release is available on GitLab release.
Your semantic-release bot
Please register or sign in to reply