Closed crjc closed 1 year ago
hey, appreciate the PR, thanks!
code seems ok, but are you able to write a unit test that captures the failing behavior and the fix?
Not sure if the the test I wrote is very good, but it does fail on master and passes on this branch.
great, thank you! merging 👍 will cut a release shortly
3.6.1
released with your fix, if you want to start depending on it.
In an expo application with expo-router, breakpoints on RN web would not work correctly if the window was resized before a navigation event.
the issue was down to the ordering of breakpoints essentially being removed when a utility was cached individually.