Brent Larson
Brent Larson
@imshuffling I can't quite recall—my project got shut down. I think I either turned off the transition or I might've stored the tab state in a global provider and reactivated...
This is probably unrelated to what most of you are experiencing, but since I was convinced this was my issue for a while, I thought I'd share in case it...
I did find a workaround by doing the following in `itemsRendered` callback, but would still be nice to have this exposed natively: ``` const itemsRenderCallback = items => { const...
an export feature would be super helpful since y'all are shutting down
Seems to work now. Not entirely sure why. I did upgrade, so it's possible that fixed it or I just needed to restart the app again 🤷♂️
Toyed around with that and found `ToastViewport.native.tsx` errantly has `pointerEvents: 'none'`, so I was able to fix it by changing it to `auto` You might want to transfer this issue...