-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
TypeError: ConstructorSignature.__init__() got an unexpected keyword argument 'type' #4
Comments
Thanks 🚀 Should be fixed in mkdocstrings-typescript 0.0.1.0.2.0 and griffe-typedoc 0.0.0.0.1.4. |
By the way if you have public, actual code that you're trying mkdocstrings-typescript on, feel free to share: I'll do the same and fix the issues I find at once. Otherwise, please continue reporting, this is awesome! |
Unfortunately I cannot share the source code at the moment. If works for you I'll keep opening tickets similar to this one until the project builds. |
Yes, sounds great! Thanks a lot for taking the time to report issues, I really appreciate it 🙂 |
…ructors Issue-mkdocstrings/typescript#3: mkdocstrings/typescript#3 Issue-mkdocstrings/typescript#4: mkdocstrings/typescript#4
If you take the reproducer in #2 and edit the
sdk/src/index.ts
file to include:You get the following error:
The text was updated successfully, but these errors were encountered: