chingu-x/chingu-dashboard

Bug with DateTimePicker package

Closed this issue · 1 comments

Describe the bug
There is currently an issue with this package and the solution currently is to add a resolution in package.json file.

"resolutions": {
    "@types/react": "^18.0.26"
  }

Remove this when there's an update regarding this.

Links to issues:
Hacker0x01/react-datepicker#4345
Hacker0x01/react-datepicker#3784 (comment)

Related to #98

Fixed with dependency update #98 (comment)