ScrantonHacks / website

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

Fix FAQ Page #26

Closed insipx closed 6 years ago

insipx commented 6 years ago
Warning: Failed prop type: Invalid prop `maxCount` of type `string` supplied to `Columns`, expected 'number'.

 FAQ page line 37

make sure to have keys if you iterate over JSX

warning.js:35 Warning: Each child in an array or iterator should have a unique "key" prop. Check the render method of '_default'. See https://fb.me/react-warning-keys for more information.

   in styled.div (at FAQPage.js:26)
Romulus10 commented 6 years ago

Could I get steps to reproduce this bug?

Romulus10 commented 6 years ago

Never mind, I see it now.