Open insipx opened 7 years ago
I was referencing this from the documentation of styled-components: https://www.styled-components.com/docs/basics#adapting-based-on-props
strangely, it works ( I can change the margin bottom based on passed props to the styled component) but React doesn't like it.
I'm so lost.
I was referencing this from the documentation of styled-components: https://www.styled-components.com/docs/basics#adapting-based-on-props
strangely, it works ( I can change the margin bottom based on passed props to the styled component) but React doesn't like it.