smooth-code / smooth-ui

Modern React UI library 💅👩‍🎤🍭

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Select breaks without options array

smebberson opened this issue · comments

So, if I use <Select></Select>:

I get:

image

But if I use <Select options={[]}></Select> it works.

However, I think it's a bug.

Sorry, I was using an older version.