Type 'Time' is not assignable to type 'TimeValue | undefined' when using minValue/maxValue. #6212
-
Hi,
|
Beta Was this translation helpful? Give feedback.
Answered by
devongovett
Apr 16, 2024
Replies: 1 comment 1 reply
-
Probably you have multiple copies of |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pixelRena
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Probably you have multiple copies of
@internationalized/date
in yournode_modules
and you're trying to pass a different version than it's expecting. Try to deduplicate those.