Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(common): don't log doctype warning when rendering server-side (#6833
) Prevents the doctype warning from being logged when rendering server-side in development mode. Previously, while we did have a `document`, it was not the same as the client-side `document` and thus didn't have a `doctype`. We didn't notice this earlier, because we run the server-side rendering check in production mode where the sanity checks are disabled. Relates to #6292.
- Loading branch information