You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @afk-mario! I think this is an issue with your code. The component expects arrow to be a boolean or node, and you are passing it a function. It should work correctly if you pass it the icon directly:
🐛 Bug report
Current Behavior
Getting the following error:
**Warning: Failed prop type: Invalid prop `arrow` supplied to `ListboxButton`, expected one of type [boolean].**
And this is how I'm using the Listbox
Expected behavior
Listbox Button accepts a boolean or node
Reproducible example
https://codesandbox.io/s/hidden-rain-mbovdk?file=%2Fsrc%2Findex.js
The text was updated successfully, but these errors were encountered: