Open safinn opened 6 years ago
My component:
import { Cookies, CookiesProvider, CookieBannerUniversal } from 'react-cookie-banner'; const cookies = new Cookies(); export default () => ( <CookiesProvider cookies={cookies}> <CookieBannerUniversal dismissOnScroll={false} /> </CookiesProvider> )
I get the browser message Warning: Did not expect server HTML to contain a <div> in <div>.
Warning: Did not expect server HTML to contain a <div> in <div>.
Even using the standard non SSR method it does not show with the same message. I'm using Next.js
My component:
I get the browser message
Warning: Did not expect server HTML to contain a <div> in <div>.
Even using the standard non SSR method it does not show with the same message. I'm using Next.js