ConsenSysMesh / rimble-ui

React components that implement Rimble's Design System.
https://rimble.consensys.design/
MIT License
462 stars 67 forks source link

<Select> component produces <input> tags #453

Open JoshDAO opened 3 years ago

JoshDAO commented 3 years ago

Describe the bug The

Expected behavior A dropdown list with one entry - Ethereum. Instead, an error is produced because the options are being rendered as html children - which input tags do not support.

Rimble UI Version

0.14.0

Desktop (please complete the following information):

codyx commented 3 years ago

Have you tried downgrading styled-components to version 4.4.1 as mentioned here: https://github.com/ConsenSysMesh/rimble-ui/issues/447#issuecomment-621933861