Next.js Discord

Discord Forum

Undefined property of theme (styled-components example)

Unanswered
Brown bear posted this in #help-forum
Open in Discord
Avatar
Brown bearOP
TypeError: Cannot read properties of undefined (reading 'secondary')
    at eval (./src/components/sharedStyles.tsx:29:30)
  28 |
  29 |   a {
> 30 |     color: ${({ theme }) => theme.colors.secondary};
     |                                         ^
  31 |     text-decoration: none;
  32 |     &:hover,
  33 |     :focus,

0 Replies