Sammy Hass
Sammy Hass
Updated import statements to reflect updated api and updated readme to show process of getting client_secret.json When I tested the master branch prior to this commit, it would throw constant...
* Fixes #562, whereby the combobox example using React Hook Form would not clear errors for the field after selecting an item. To fix this, we clear the errors for...
* Fixes #571 by using a `multiselect` field instead of `autocompleteMultiselect` so that pressing `A` will now select all components. Also updated the hint for this prompt to reflect that...
When using the CLI if we pass no additional arguments to the `add` command, a prompt will be shown where users can select the component(s) they wish to install. The...