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
We shouldn't get any log error/warning message in the console.
Actual results:
We get the following warning log message:
Line 43:7: 'CloseButton' is assigned a value but never used no-unused-vars
Proposed solution:
Let's remove the unused variable if it's not going to use. Otherwise, please point out where should be used so we can use it in the codebase accordingly.
The text was updated successfully, but these errors were encountered:
Describe the bug
The following variable is unused in the codebase causing a warning log in the dev console:
Steps to reproduce:
Expected results:
We shouldn't get any log error/warning message in the console.
Actual results:
We get the following warning log message:
Proposed solution:
Let's remove the unused variable if it's not going to use. Otherwise, please point out where should be used so we can use it in the codebase accordingly.
The text was updated successfully, but these errors were encountered: