brianonchain
brianonchain
> hey @hiroshi-yamamoto-dublr thanks for reporting! > > The deeplink it's working fine, but metamask app must be on background already, this is a known issue, we are working to...
> I also found that importing this way works in `"next": "14.2.16"`: > > ```ts > 'use client' > > import {Document, Page, View, Text} from "@react-pdf/renderer/lib/react-pdf.browser"; > ``` Thanks,...
Temp workaround is go to Chrome settings > privacy and security > third party cookies > add "localhost:3000" to sites allowed to use third party cookies
> @sebmarkbage how come? Are you saying that putting `suppressHydrationWarning` changes how the JSX element renders? I would expect it only hides the warning and keeps everything else running the...