yocontra / react-responsive

CSS media queries in react - for responsive design, and more.
https://contra.io/react-responsive
MIT License
7.04k stars 298 forks source link

Memory leak fix (#280) #281

Closed chozzz closed 3 years ago

chozzz commented 3 years ago

Fixes Memory Leak https://github.com/contra/react-responsive/issues/280 Mql(matchmediaquery) creates an event listener to its own update function in its closure when new instance created that can only be removed when disposed is called This commit covers several area where Mql object is created and calls its dispose method when finish using it

yocontra commented 3 years ago

Will publish as 9.0.0-beta.4 - thanks!