_document.js:
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;
_document.js:
Amp pages show
TypeError: Cannot read properties of undefined (reading '__html')Without tss-react no issues: