ScrantonHacks / website

The Scranton Hacks Hackathon Website
http://scrantonhacks.com
MIT License
1 stars 0 forks source link

Warning: Unknown prop `mBottom` on <div> tag. Remove this prop from the element. For details, see https://fb.me/react-unknown-prop #16

Open insipx opened 6 years ago

insipx commented 6 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.

Romulus10 commented 6 years ago

I'm so lost.