-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Unresolved Import Error with Yew Framework #12401
Comments
What does the |
this is theme that I copied and tweaked but the structure is all the same |
Does the |
No it does not... Can you tell me how to fix the problem?? |
If proc-macros don't expand you either have them disabled in your settings or something else is failing when we run the build scripts most likely, can you check your |
this is the log |
Hmm, that error is irrelevant unfortunately. |
Thanks to your keen insight I was able to "what" the error was but unable to find the answer to the problem and upon looking up the problem, I am not the only one. |
Oh actually I just realized your rust-analyzer version, that one is very much outdated. I'd recommend trying to reinstall it assuming it stopped auto-updating itself. |
Thanks ... but since I am using gitpod. The one I am using is the most updated one... Thanks for your input. I am sure they will update the extension, but in the meantime ignoring the error message will do :) |
rust-analyzer version: (0.2.853)
rustc version: (rustc 1.61.0 (fe5b13d68 2022-05-18))
I have noticed that rust analyzer spit out an unresolved import error when importing function component in Yew framework.
When spinning up the yew project with trunk serve it works fine and rust is not complaining but the rust analyzer seems to be angry that you can't import function component
I have attached the picture
The text was updated successfully, but these errors were encountered: