Given I defined the date field as text
When I try to edit a blog post date from the sidebar and hit backspace to change the date
Then it raises an RangeError: Invalid time value error
And I get a blank page
Likely resolved when TInaCMS ships with date field by default and we can use datetime in the schema
/cc @tinalabs/tinacms-maintainers
Given I defined the date field as text
When I try to edit a blog post date from the sidebar and hit backspace to change the date
Then it raises an
RangeError: Invalid time valueerrorAnd I get a blank page
Likely resolved when TInaCMS ships with date field by default and we can use datetime in the schema
/cc @tinalabs/tinacms-maintainers