You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
69:23 error 'keyFunc' is assigned a value but never used no-unused-vars
This will unfortunately prevent our build pipeline from accepting this build. I've tried adding <!-- eslint-disable-next-line no-unused-vars --> before, but that doesn't seem to fix it.
By the way, the code does compile and run perfectly.
Thanks!
Reproduction
Here's a fairly minimal reproduction: REPL -- if the REPL supports eslint, I couldn't figure out how to enable it.
Describe the bug
I'm not sure if this belongs here or on the eslint issues, but I suspect here is more accurate.
I have a generic
Grid
component that has the ability to have sub-rows within it. I have a piece of logic that looks like:and eslint is reporting:
This will unfortunately prevent our build pipeline from accepting this build. I've tried adding
<!-- eslint-disable-next-line no-unused-vars -->
before, but that doesn't seem to fix it.By the way, the code does compile and run perfectly.
Thanks!
Reproduction
Here's a fairly minimal reproduction: REPL -- if the REPL supports eslint, I couldn't figure out how to enable it.
Logs
No response
System Info
The text was updated successfully, but these errors were encountered: