Darin Kadrioski
Darin Kadrioski
Seeing the exact same issues. Was working perfectly earlier. Assuming some Apple update b0rked it.
In addition to `AWS_CF_DISTRIBUTION_ID`, what if `INVALIDATE_PATHS` was also added? Perhaps 'index.html' could be a suitable default value. Currently, I'm getting by with https://github.com/chetan/invalidate-cloudfront-action but it sure would be great...
I ran into this as well, but I managed to get it working in the end. For me, it was the ommision of some things from the demo which _seemed_...
Thanks @FairyScript! Was pulling my hair out trying to get fast refresh to work and this did the trick!
I've been using this as a temporary hack (in react) ``` onInit={() => { setTimeout(() => { ref.current.slickGoTo(0) }, 750) }} ref={(slider) => { ref.current = slider }} ``` Way...
Possible fix for this is in https://github.com/akiran/react-slick/pull/1811
I hd the same issue and I'm assuming it needs an older version of node, but could not find out which since no version is specified. I tried using node...
Ah, I just noticed @frank780117 has added this in commit https://github.com/frank780117/react-sound/commit/a2b552cdcf210bb64dd6a83a870c1ed57bbe1cb6 It's sure would be great to get a PR for that feature! :)
Turned out that the PR from frank780117 was incomplete. I've submitted a PR that fully implements the mute feature in https://github.com/leoasis/react-sound/pull/79
I would love to see this get merged. Destructured importing of large packages can really bloat up your built packages without additional tree shaking which is not an option for...