Skip to content
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

@react macro generated value names conflict with those from slinky.web.html on 2.13.13 #703

Open
LeifW opened this issue Mar 7, 2024 · 0 comments

Comments

@LeifW
Copy link

LeifW commented Mar 7, 2024

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?

Any suggested solutions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant