Open
Description
Hi, I tried to update to dash 3.0rc1, and what I noticed is that some typehints are too strict. What I found:
id
s are typed astyping.Optional[str]
, omitting dict ids- dates in datepickers are typed as
typing.Optional[str]
, but we usedatetime.date
s without problem, not sure ifdate
s working is intended or just a coincidence though
There are possibly others, this is what I found in our codebase.