Replies: 1 comment 1 reply
-
I was looking for the same thing. In that search, I found a solution that works, but I don't know if it is the right solution or the most optimal.
Source: One of the codesandboxes linked here: #2857 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there! ✋
I'm looking for an example of an integration of Styled-Components 6 and Next.js 13/14 using Page Router. Did someone achieved to do this? I'd like to use
StyleSheetManager
in order to applyenableVendorPrefixes
because I need old browsers support on my app.I've found example for App Router and an old example for Page Router, but the second example does not include a way to use
StyleSheetManager
.Any help is greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions