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
michelesr
changed the title
Python: JSIIMeta returns Any type instead of TypeVar variable
Python: JSIIMeta uses Any type instead of TypeVar variable
May 23, 2023
It would be nice, if someone could address this issue.
In VSCode with the latest version of Pylance installed, all the magic of typing and suggestions didn't work anymore.
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
Describe the bug
To work correctly with static type checker, it should use a TypeVar.
Please check this issue comment for more information.
Expected Behavior
Current Behavior
Reproduction Steps
N/A
Possible Solution
See proposed snippet
Additional Information/Context
No response
SDK version used
N/A
Environment details (OS name and version, etc.)
N/A
The text was updated successfully, but these errors were encountered: