Richard Scarrott

Results 78 comments of Richard Scarrott

@vqvu thanks for the info -- I'd love to work on this but it's unlikely I'll be able to invest enough time right now unfortunately. It's a shame 3.0 hasn't...

Hi @patdx -- I know this was a year ago, but we're also deploying to cloudflare workers and I wondered if you also looked at getting rid of the `graphql`...

Which version of Webpack are you using as I've just tested this with the latest (1.12.0) and it [appears to be okay](https://github.com/richardscarrott/require-error-handler-webpack-plugin/tree/%232). Would you be able to provide an example...

I think it's a bad idea as it takes control away from the user, but you could implement it relatively easily, something like this: ```tsx useEffect(() => { const timeout...

Hi @0xTenzo, You should certainly be able to do this with react snap carousel. This isn't tested, but this might be a starting point for you: ```tsx const Carousel =...

@ncknuna I found this issue when attempting to define the exact same thing as I found myself constantly checking `have.length` and `is.visible`. I'm now using this: ```ts type VGetOptions =...

Have you tried the demo on mobile? It already has drag touch support through the virtue of using native scrolling. Try it here https://richardscarrott.github.io/react-snap-carousel/?path=/story/carousel--default Native scroll provides the best experience...

I think this might be less about having a `key` and more about `TransitionGroup` failing to unmount children which aren't `Transition` / `CSSTransition` elements? https://codesandbox.io/s/funny-resonance-1252uf?file=/demo.js I was using an older...