Closed Fouadktb closed 1 week ago
as the Title implies, getting type error,
'CookiesProvider' cannot be used as a JSX component. Its type '({ children, }: { children: ReactNode; }) => Promise<ReactElement<any, string | JSXElementConstructor<any>>>' is not a valid JSX element type.
Please check the demo folder, it seems that you created a client component on layout instead of a server component.
as the Title implies, getting type error,
'CookiesProvider' cannot be used as a JSX component. Its type '({ children, }: { children: ReactNode; }) => Promise<ReactElement<any, string | JSXElementConstructor<any>>>' is not a valid JSX element type.