Skip to content

Commit

Permalink
fix(nextjs): add displayName to CustomDocument component when using s…
Browse files Browse the repository at this point in the history
…tyled-components (nrwl#6903)
  • Loading branch information
jaysoo authored and ManojBahuguna committed Sep 16, 2021
1 parent 33c0b16 commit dd0bc42
Showing 1 changed file with 1 addition and 0 deletions.
@@ -1,3 +1,4 @@
/* eslint-disable react/display-name */
import { ReactElement } from 'react';
import Document, { Html, Head, Main, NextScript } from 'next/document';
import { ServerStyleSheet } from 'styled-components';
Expand Down

0 comments on commit dd0bc42

Please sign in to comment.