Closed Mathieuu closed 2 years ago
Hello,
See this example: https://codesandbox.io/s/gallant-forest-0spgn?file=/src/App.jsx
I set a context with a width of 500px and then ask a query if I am between 450 and 550. Version 9.0.0beta5 returns false. If I switch to version 8.2.0, it will return true. The regression happened between 8.2.0 and 9.0.0.beta1.
450
550
Fix published in latest 9.0.0-beta6
Hello,
See this example: https://codesandbox.io/s/gallant-forest-0spgn?file=/src/App.jsx
I set a context with a width of 500px and then ask a query if I am between
450
and550
. Version 9.0.0beta5 returns false. If I switch to version 8.2.0, it will return true. The regression happened between 8.2.0 and 9.0.0.beta1.