nextui
nextui copied to clipboard
fix: tsc error
- Closes: #2365
- Closes: #2314
- Closes: #2505
📝 Description
Fix all the typescript error in project
Add a brief description
⛳️ Current behavior (updates)
Please describe the current behavior that you are modifying
🚀 New behavior
Please describe the behavior or changes this PR adds
💣 Is this a breaking change (Yes/No):
📝 Additional Information
Summary by CodeRabbit
-
New Features
- Improved type safety in various components by refining TypeScript type declarations.
- Enhanced the
ControlledTemplate
component to better handlenull
values in thevalue
state.
-
Bug Fixes
- Resolved TypeScript compiler errors in the
@nextui-org/aria-utils
package.
- Resolved TypeScript compiler errors in the
-
Chores
- Updated the TypeScript configuration to allow implicit "any" types.