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
  • Loading branch information
jaysoo authored and Jack Hsu committed Aug 31, 2021
1 parent 0a6434d commit eda07c9
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 eda07c9

Please sign in to comment.