-
Notifications
You must be signed in to change notification settings - Fork 27k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade the version of styled-components #1038
Upgrade the version of styled-components #1038
Conversation
@@ -13,6 +15,10 @@ export default class MyDocument extends Document { | |||
<html> | |||
<Head> | |||
<title>My page</title> | |||
<link |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why use a webfont? 🤔
styled-components 2.0 is still in alpha/beta right? Should we be upgrading right now? 🤔 |
@timneutkens yep. Basically, we wanted to show about how to use styled-components. I think that idea is there even someone is using the latest beta of styled-components. |
@arunoda FYI in styled-components 2.0 this is fixed https://github.com/zeit/next.js/tree/master/examples/with-styled-components#notes. |
@timneutkens styled-components 2.0 is pre-release now and you are right this issue is fixed. |
@alexedev Same for me. Issue reported here: styled-components/styled-components#513 |
Fyi, the version currently used in the example breaks when using See: #1416 |
@rovansteen I'll do that 👍 |
No description provided.