byzz

Results 3 comments of byzz

> You are likely destroying/recreating the component on re-rendering. Hard to say for sure what the issue is without any reproduction code. > > If you are doing something like...

I have a similar case and wondering if I can get help with this issue? In my `/src/app/details/[id]/(tabs)/**` directory, I have the following files: * _layout.tsx (TabsLayout) * index.tsx *...