004b8dcf34
* ensure we pluck out the `nullable` prop from the props This should help improve migrating to v2 because otherwise the `nullable` prop (that doesn't do anything) could end up on the `Fragment` and cause errors. * update changelog * add test to ensure `<Combobox nullable />` doesn't crash