Open toomuchdesign opened 3 years ago
It seems that Next skipped v11.1.3 and went for v12 directly.
If the useDocument feature is disable, does this mean we can't run tests on individual pages for UI specific features?
No, useDocument
renders Next.js custom document.
🚀 Feature Proposal
useDocument
option was disabled in #267 (v0.29.0) because of #263.As mentioned in #263, we should try to enable it again as soon as Next.js document rendering APIs stabilize.
Here is how the previous
Document.renderDocument
call was replaced.Document.renderDocument
(v11.1.0) 🔗Document.renderDocument
call (v11.1.0) 🔗