Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Banner not being displayed #55

@safinn

Description

@safinn

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>.

Even using the standard non SSR method it does not show with the same message. I'm using Next.js

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions