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
Got the exact same issue. Moreover, VSCode do not provide autocompletion for attributes available on the dataclass_json package. Typing from dataclass_json import ... do not provide anything
Hi,
I ended up using the Mixin as the decorator does not allow IDEs to suggest instances attributes/methods but the mixin does.
Any idea why ?
The text was updated successfully, but these errors were encountered: