You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixes a workaround where we cast the MediaQueryList event listener to any because TypeScript didn't have proper types before TS 3.1. There is still some signature issue with our current TypeScript version, but at least we can now type all other declarations, and just have a missing type for `removeListener`. This has been fixed with microsoft/TypeScript@40bd7c8
0 commit comments