João Victor Lopes
João Victor Lopes
**Overview** Troubleshooting (#1652): When adding an object to the `AutoComplete` component listing together with the `allowOtherValues` property, I was getting an error when trying to trim an object. **Screenshots (if...
- Update deps (including react v18) - Update components TS with code improvements - Update patterns for types with TypeScript In short, just a few improvements to bring the project...
This pull request includes several updates to dependencies, removal of unused components, and improvements to TypeScript typing in the Storybook and website applications. ### Dependency Updates: * Updated `react` and...
### Description Change validation within `suite.ts` to fix switching issue in scenarios using` it.each`. Used an early return to prevent tests from falling into an incorrect flow. fixes #8189 ###...