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 (#6903)
  • Loading branch information
jaysoo committed Aug 31, 2021
1 parent 0a6434d commit 44db568
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 44db568

Please sign in to comment.