-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong data type conversion #25
Comments
@liu-wh Please provide an example where you can reproduce the error -> https://codesandbox.io/p/sandbox/determined-framework-l44s2d?utm_source=dotnew&file=%2Fsrc%2FApp.js |
@jaywcjlove sorry, please use this link to test link |
@liu-wh Upgrade |
|
The issue still exists with v1.12.2 The bug is reproducible with "\S+:\d{3,4}" so something like "some_text:9000" or"some_text:900" will return a date object with the year 9000 instead of the given text. |
@MaeenBadea I didn't think of a good solution. |
When I try to add value "@thlon.202!", It will be forced to render as a date type, but it is a string
Version : 1.8.3
The text was updated successfully, but these errors were encountered: