Alex Kempton
Alex Kempton
I tried reinstalling modules, etc, that didn't seem to work. If this is specific to my project then there's no rush, I'll come back to this at some point and...
Does the camera export at all? I've had trouble getting cameras to export in the past and instead just exported an empty and added my camera to that once loaded...
> hi, > > just a heads up this will leak your instances as it's not actually calling destroy on `lottieInstance.current`. I'd add something like > > ``` > React.useEffect(()...
> @funwithtriangles Could you help me get segments to work with this? I can't seem to figure it out. I'm trying to get it to play all frames on the...
Unfortunately there is no easy way to detect whether a scroll event is coming from a mouse or a trackpad. My advice would be to simply reduce the sensitivity generally,...
I'm in a similar situation and I'm curious to know if anyone has come up with any nice recipes for this problem. I have global state using zustand and it...
Has any further progress been made on this or any updates to the documentation on how to deal with it? The easiest thing for me right now is to stay...
For anyone else who was having trouble with the white listed modules fix, you really need to add *every* package that is related to React, or might have React as...
Thanks for looking into this. I'll have to admit my understanding of how this exporter works is limited so I'm not sure how much help I can be in discussing...