Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: resolve type error in select component Chakra styles
fix: resolve type error in select component Chakra styles - Updated utils.ts to explicitly cast `state.selectProps.size` to `Size | undefined` in `getValueContainerStyles` and `getSingleValueStyles`. - Fixed TypeScript compatibility issues related to `SizeProp` and `Size` types. - Ensured proper typing for Chakra styles in the select component. This fix addresses TypeScript errors during `npx tsc --noEmit` and improves type safety.
- Loading branch information