-
Notifications
You must be signed in to change notification settings - Fork 145
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
Typing issue with solara component
#950
Comments
I see it imported here, https://github.com/widgetti/solara/blob/master/solara/__init__.py#L44 but you aren't exporting the available modules with |
I think you're correct, we have some files that are missing and Related: #465 |
Thanks @iisakkirotko -- i was coming back to report that the
|
Expected Behavior
solara.component
resolves and has proper autocompleteCurrent Behavior
Typing and autocomplete cannot find
solara.component
Steps to Reproduce the Problem
import solara, try to use component (vscode)
Specifications
Note that my code runs, component is available, it's just a typing/autocomplete issue
The text was updated successfully, but these errors were encountered: