You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import Document from 'next/document';
import { augmentDocumentWithEmotionCache } from './_app';
//You can also pass your custom document if you have one.
augmentDocumentWithEmotionCache(Document);
export default Document;
Amp pages show TypeError: Cannot read properties of undefined (reading '__html')
Without tss-react no issues:
import Document from 'next/document';
export default Document;
The text was updated successfully, but these errors were encountered:
_document.js:
Amp pages show
TypeError: Cannot read properties of undefined (reading '__html')
Without tss-react no issues:
The text was updated successfully, but these errors were encountered: