Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(gatsby-plugin-layout): log uncaught errors in old browsers (gatsb…
…yjs#9635) IE11 doesn't show the actual error, just `Error: Uncaugt error thrown` without any stack traces. There is no way to implement try/catch around this as this module is the first entry point. Adding an Error Boundary on the Layout component does not work.
- Loading branch information