Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix initial open state to prevent undefined type (#1121)
open is not required prop for wcc.Dialog, thus initial value was undefined and type in Python was `None`. Resolved by defining initial state False.
- Loading branch information