thegazelle-ad / gazelle-server

Server for front-end and editor tools of The Gazelle
MIT License
19 stars 8 forks source link

Datepicker throws ugly errors when supplied null values from unpublished issue #455

Open emilgoldsmith opened 5 years ago

emilgoldsmith commented 5 years ago

Expected Behavior

It isn't published so it should be handled gracefully and not throw ugly errors.

Current Behavior

These errors come up: screenshot from 2018-09-14 13-32-12

Possible Solution

Look up Material UI docs, it's probably just putting in undefined instead of null or something like that