Skip to content

Commit

Permalink
Remove redundant ssr option for styled-components (#27221)
Browse files Browse the repository at this point in the history
Co-authored-by: JJ Kasper <jj@jjsweb.site>
  • Loading branch information
brandonchinn178 and ijjk committed Jul 19, 2021
1 parent 187f431 commit 7fea8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-styled-components/.babelrc
@@ -1,4 +1,4 @@
{
"presets": ["next/babel"],
"plugins": [["styled-components", { "ssr": true }]]
"plugins": ["styled-components"]
}

0 comments on commit 7fea8f3

Please sign in to comment.