-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
area: buildBuild tools, bundling, TypeScript configBuild tools, bundling, TypeScript configarea: componentsRelated to the React componentsRelated to the React componentsenhancementNew feature or requestNew feature or requestpriority: mediumNormal priorityNormal prioritystatus: needs-triageNew issue awaiting evaluationNew issue awaiting evaluation
Description
Description
We've switched away from using a UI/calendar-based date picker for dates. Need to investigate whether React-DatePicker is still being used in our codebase or if it can be removed to reduce bundle size.
Tasks
- Search codebase for React-DatePicker imports and usage
- Check if any components depend on it
- Verify if demo apps use it
- If unused, remove the dependency
- If used, document where and why it's needed
Acceptance Criteria
- Clear determination of whether React-DatePicker is needed
- If not needed, dependency removed and bundle size reduced
- If needed, documentation of where it's used and why
Metadata
Metadata
Assignees
Labels
area: buildBuild tools, bundling, TypeScript configBuild tools, bundling, TypeScript configarea: componentsRelated to the React componentsRelated to the React componentsenhancementNew feature or requestNew feature or requestpriority: mediumNormal priorityNormal prioritystatus: needs-triageNew issue awaiting evaluationNew issue awaiting evaluation
Projects
Status
✅ Done