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
console.error ../../node_modules/create-emotion/dist/index.cjs.js:297
Interpolating functions in css calls is deprecated and will be removed in the next major version of Emotion.
If you want to have a css call based on props, create a function that returns a css call like this
let dynamicStyle = (props) => css`color: ${props.color}`
It can be called directly with props or interpolated in a styled call like this
let SomeComponent = styled('div')`${dynamicStyle}`
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: