Is it impossible to use Styled-Components with Next.js 14?
Unanswered
Giant Angora posted this in #help-forum
Giant AngoraOP
I started writing CSS with the styled-Components library and soon realised that the compiler was asking me to set
Upon further digging I found a [thread on GH](https://github.com/styled-components/styled-components/issues/4025).
Did I set something improperly? Or is it impractical to use Styled-Components with Next.js14?
use client on each page that I used the library.Upon further digging I found a [thread on GH](https://github.com/styled-components/styled-components/issues/4025).
Did I set something improperly? Or is it impractical to use Styled-Components with Next.js14?