John Youngblood
John Youngblood
Running into this issue as well trying to install any version of dart through asdf: - asdf version: 0.18.0 - cpu: Apple M2 Pro - OS: Tahoe 26.0.1
Just pushed a PR (#5710) that fixes this
I am running into this issue as well. From what I can tell, for me the issue is the `react-slick` `Slider` component is only checking the current windows width on...
I was able to reproduce this behavior in the responsive `playwright` test. Here are the settings being used by the responsive tests: https://github.com/akiran/react-slick/blob/97442318e9a442bd4a84eb25133ef62087f98232/playwright-tests/features/responsive/responsive.story.tsx#L5-L38 In the test spec `responsive.spec.tsx`, If you...
Found the problematic code (it stems from `react-slider` moving away from using `enquire.js` and using `window.watchMedia` instead). I pushed a PR that I believe fixes this issue, so hopefully it...