streamich / react-use

React Hooks — 👍
http://streamich.github.io/react-use
The Unlicense
41.66k stars 3.14k forks source link

useMedia deprecated methods #2526

Closed RobertoSimonini1 closed 3 months ago

RobertoSimonini1 commented 11 months ago

I have forked and cloned the repository to take a look at the 'useMedia' hook and I noticed that we're using methods matchMedia() .addListener() and matchMedia() .removeListener() which are deprecated.

Shouldn't we replace them with methods addEventListener() and removeEventListener()?

rileyjshaw commented 7 months ago

This appears to have been fixed in https://github.com/streamich/react-use/commit/e7379f088787cbf9274c1fc21d36061f04855e4c.