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
@react
Scala 2.13.13 apparently introduced more variable shadowing warnings.
So now in a file that has
import slinky.web.html._
at the top, and a @react annotation on a class below, I get:
Name value is already introduced in an enclosing scope as object value in package html. Did you intend to match it using backquoted value?
value
Any suggested solutions?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Scala 2.13.13 apparently introduced more variable shadowing warnings.
So now in a file that has
at the top, and a
@react
annotation on a class below, I get:Any suggested solutions?
The text was updated successfully, but these errors were encountered: