I'm getting an error for the 'disabled' prop that is part of option object for the options prop on the Combobox component. Here is the error:  and the current shape of the object for options in combobox.jsx:  I believe the fix is to just make the 'disabled' prop PropTypes.bool instead of PropTypes.boolean and all should be good to go. Just like this:  I tested this by changing it from the node_modules directory and the error went away. Please let me know if I can be of any more assistance in this.