You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in that case (import styled from "astroturf";) its works
but if astroturf change to styled-components
Uncaught Error: Objects are not valid as a React child (found: object with keys {$$typeof, render, attrs, componentStyle, shouldForwardProp, foldedComponentIds, styledComponentId, target, withComponent, warnTooManyClasses, toString}). If you meant to render a collection of children, use an array instead.
do I need to configure postcss for astroturf to work correctly? or what am I doing wrong? 😄
hi guys!
I have some misunderstanding
how to use together babel-loader & astroturf/loader
when moving from styled-components to astroturf.
In my case, when I configure webpack like this:
astroturf works correctly, but breaks styled-components
when I swap them
styled-components works, but astroturf breaks
do you have any ideas how to solve this problem?
thank you in advance!
The text was updated successfully, but these errors were encountered: