We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Diagnostics are sometimes presented on the wrong line:
<Waa /> creates the correct diagnostic messages, Data type not found and Could not resolve type on the right lines in the editor.
<Waa />
Data type not found
Could not resolve type
However, missing a " creates the error on the next line:
<WhileEmpty Items={places}">
...will create an error on the line following the error for some reason.
The code that makes these calculations is in diagnostics.ts.
diagnostics.ts
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Diagnostics are sometimes presented on the wrong line:
<Waa />
creates the correct diagnostic messages,Data type not found
andCould not resolve type
on the right lines in the editor.However, missing a " creates the error on the next line:
<WhileEmpty Items={places}">
...will create an error on the line following the error for some reason.
The code that makes these calculations is in
diagnostics.ts
.The text was updated successfully, but these errors were encountered: