Trevor Hartman
Trevor Hartman
I'm having a similar issue where `onDrop` is never called in Safari. My `input` is in a [MUI Menu](https://mui.com/material-ui/react-menu/). If I render it outside the menu it works. The suggested...
I'm curious about this too. Should we be able to access the underlying player using a `ref`? I want to be able to call [these methods](https://github.com/airbnb/lottie-web#usage) on the animation instance.
:+1: must have
The same code runs fine on my iPhone with real workout data, so I'm guessing something about the fake workouts I generated is causing RN to throw the exception. To...
Thanks @gigby. I don't think I figured out a work around. Instead I always test on a physical device. This would be nice to have - want to open a...
Would love to see this merged!
I just installed this extension, and by default it looks like the resized images don't have tokens, so I can't see them in the Firebase Console. Is that expected?
While running tests in the browser is great for dev time, it's almost always necessary to be able to run tests from CLI as well. I'm currently trying to figure...
+1, my client has nearly 300 images in their FooGallery so an "infinite scroll" type lazy loader would improve the UX a ton!
Your example is essentially what I'm doing now, but results in a fair amount of duplication when dealing with multiple builds. For example, I have several foreign libs that need...