next.js
a15897be - [errors]: default export error should distinguish between layout/page (#76294)

Commit
312 days ago
[errors]: default export error should distinguish between layout/page (#76294) When you forget to export a component in the layout, the error message points you to the page component, which is confusing. This ensures the error points to the module that's missing the export. Closes NDX-874
Author
Parents
Loading