提交 8f662c44 编写于 作者: D dmytro-lymarenko 提交者: Luis Fernando Alvarez D

Fix children key in with-typescript-styled-components example (#8003)

上级 9609fe45
......@@ -15,12 +15,12 @@ export default class MyDocument extends Document {
const initialProps = await Document.getInitialProps(ctx)
return {
...initialProps,
styles: [
styles: (
<>
{initialProps.styles}
{sheet.getStyleElement()}
</>,
],
</>
),
}
} finally {
sheet.seal()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册