report a bug
Clicking the next / prev button results in an "Invalid Date".
Clicking on the today button before clicking next/prev fixes this
Note: this bug only occurs in v0.18
Duplicate of #718 I believe.
Adding defaultDate={new Date()} fixed it for me
Looks like there is a workaround for this at the moment. I am going to close.
Most helpful comment
Adding
defaultDate={new Date()}fixed it for me