Lionel Bertrand
Lionel Bertrand
same error after update native-base, see this repo for reproductible error https://github.com/lobor/nativebase-nextjs
I found a workaround. The problem is server side renderer (SSR), so load `NativeBaseProvider` in browser and not in server ```typescript // _app.tsx import "../styles/globals.css"; import React, { useEffect, useState...
I have same error with isSSR
I use Nextjs for the easy configuration. it's very simple, not created router, wrapper, ... all in one. SEO in not a problem we have chosen [tamagui](https://github.com/tamagui/tamagui) for design system,...
do you have screenshot or code ? I'm not sure I understand
do you have set inline mode ?
Sorry but with any code, screen or reproduction repo i can't help you
Do you have code ?
if you add this on your Input ? ```typescript e.stopPropagation()} ... /> ``` I know that is not good solution but work and is not blocking