Antonio
Antonio
would be nice to have this warning removed 👍
> @iamvishnusankar Also failing for me after version `3.1.30`
I fixed it with this workaround: ``` const androidOffsetFix = Platform.OS === 'android' ? 12 : 0 ( {} )} > {popoverText} ```
The issue happens to me on 1.11.0-5 and next 14.2.3 on Vercel on server side generated pages when I navigate to them via next/router. Directly accessing it works fine. Also...