Skip to content

Conversation

skitscha
Copy link
Contributor

@skitscha skitscha commented Jul 22, 2025

Description

This PR aims to resolve issue 4039

Problem
An consumer of this library gets the error JSX element type 'DatePicker' does not have any construct or call signatures when importing this library when they have the moduleResolution nodenext/node16.

Changes
Add an named export of the main DatePicker picker component so that users have alternative methods to import this library other than the current default export.

To reviewers

Contribution checklist

  • I have followed the contributing guidelines.
  • I have added sufficient test coverage for my changes.
  • I have formatted my code with Prettier and checked for linting issues with ESLint for code readability.

Copy link

codecov bot commented Aug 7, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.12%. Comparing base (ec4ce2c) to head (645eda5).
⚠️ Report is 32 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5749   +/-   ##
=======================================
  Coverage   97.12%   97.12%           
=======================================
  Files          30       30           
  Lines        3374     3375    +1     
  Branches     1424     1408   -16     
=======================================
+ Hits         3277     3278    +1     
- Misses         95       97    +2     
+ Partials        2        0    -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@martijnrusschen martijnrusschen merged commit fac5608 into Hacker0x01:main Aug 7, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants