tinasaurus
tinasaurus copied to clipboard
Bug: Date picker field is broken and crashes (Tinasaurus)
Describe the issue that you're seeing. Any Loom videos or screenshots usually help a lot!
I'm using the base tinasaurus project. When editing a post of the blog and changing the Date
field, behaviour is as follows:
- When selecting a date, it shows
required
andSave
is disabled: - When deleting the field content (Ctrl+A and Delete) and typing (e.g.
s
forseptember
), the whole page crashes and we get adate value is not finite in DateTimeFormat.format()
:
Reproduction
https://github.com/tinacms/tinasaurus
Steps to reproduce
Clone the tinasaurus project, start it and edit the date field of a blog post (see above on what errors to expect).
System Info
System:
OS: Windows 10 10.0.22621
CPU: (16) x64 12th Gen Intel(R) Core(TM) i7-1260P
Memory: 4.24 GB / 15.62 GB
Binaries:
Node: 18.16.1 - C:\Program Files\nodejs\node.EXE
Yarn: 1.22.19 - C:\_Source\docs\node_modules\.bin\yarn.CMD
npm: 9.5.1 - C:\Program Files\nodejs\npm.CMD
Browsers:
Edge: Spartan (44.22621.2215.0), Chromium (116.0.1938.62)
Internet Explorer: 11.0.22621.1
Validations
- [X] Follow our Code of Conduct
- [X] Read the docs.
- [X] Check that there isn't already an issue that reports the same bug.