chrisnojima

Results 13 comments of chrisnojima
trafficstars

Hey, So we're using react-virtualized for our chat component and we're running into this issue also. Basically we're always starting at 'the bottom' of the conversation and we want to...

Hey, I had to put it on the back burner a little bit. I'll get some more time over the next couple of weeks to play with it some more....

just a heads up, i've abandoned using react-virtualized for this and made my own solution short term. I do want to use the next version of this (react-window) where it'll...

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(() => { if (element.current) { lottieInstance.current?.destroy()...

Hey, So I believe I understand what the issue is on RN. There are a couple of issues people run into 1. Ensuring the development jsx transform is loaded correctly....

Hi, I don't have a minimal reproducer but I do want to chime in that I believe I also have this issue on ios. When bridgeless is on my promises...

One more piece of random data, when I switched my ios build to bridgless + hermes it worked fine. Its only the combination of JSC + bridgeless that has the...

Just a heads up rc-10 exist and it seems like 4.0.0 isn't going to happen anytime soon... (https://github.com/facebook/immutable-js/tree/v4.0.0-rc.10)