You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, with recent improvements to typing introduced in dash 3.0, we are looking into introducing pyright into our repo, and one of the problems we encountered is that _Wildcard is not exposed as a public class, which prevents us from properly type hinting our AiO components.
NoUpdate has the same issue, but there is already an open issue for that #2799.
The text was updated successfully, but these errors were encountered:
Hi, with recent improvements to typing introduced in dash 3.0, we are looking into introducing pyright into our repo, and one of the problems we encountered is that
_Wildcard
is not exposed as a public class, which prevents us from properly type hinting our AiO components.NoUpdate
has the same issue, but there is already an open issue for that #2799.The text was updated successfully, but these errors were encountered: