-
-
Notifications
You must be signed in to change notification settings - Fork 154
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
Annotations doesn't seems to work when importing code from a file into a codeblock #439
Comments
you are using v1.0.0, right? yes, currently you can only have the related #401 |
Yeah. sorry I'm trying to upgrade to the new version. |
no problem, let me know any other issue you have |
So you mean I can use the annotations in the .tsx files? e.g
That doesn't seems to work and I think I don't want it into my components :-D So I need to wait until it is supported :-/ |
@pomber Are they plans to support |
you mean annotations outside of the imported files right? if not, provide an example of what you need. I'll work on some |
Yes, exactly. Nice to hear. I'm waiting for it to continue migration 😁 |
Hey,
I'm trying to use annotations when importing code from a file. It works in the old version but in the new version it seems that I'm missing something.
I tried this:
This leads to:
When I remove
// !focus(14:22)
the code is loaded.What am I doing wrong?
The text was updated successfully, but these errors were encountered: