I have the same issue. I tried comment all the props, then only add required one: date={new Date} and onChange={() => ...} then it works normally.
It should be one of your props causing the crash. Try commenting out one by one to find it out.