-
Notifications
You must be signed in to change notification settings - Fork 233
Fix typing issue #282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix typing issue #282
Conversation
|
There are still issues with the typings so I've converted this to a draft. |
|
I've adjusted the typings and it seems to be working on my projects now after applying the changes. |
|
cc @EzraBrooks |
|
This duplicates everything, does it work with just |
I tried to do that, but I also encountered an issue with that mentioned here: #281 (comment) |
|
Ok, then I think I will just revert #279. |
|
Thank you. |

The import needs to be treated as a value, not a type as a type cannot be instantiated.