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
2 from #8202 (comment)
Missing error for missing callback. OnCopy does not exist
OnCopy
<button class="btn btn-primary" @onclick="IncrementCount" @oncontextmenu="OnCopy">Click me</button> @code { private int currentCount = 0; private void IncrementCount() { currentCount++; } }
The text was updated successfully, but these errors were encountered:
Figured this out: we're missing source mappings from the compiler here. Screenshot where <# shows source mappings available
<#
Here is what is in main
Sorry, something went wrong.
chsienki
Successfully merging a pull request may close this issue.
2 from #8202 (comment)
Missing error for missing callback.
OnCopy
does not existThe text was updated successfully, but these errors were encountered: