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
There are cases where lint errors occur indicating something is unused even though it is actually being used.
I don't know the exact cause of the problem yet, but after examining the files where the error occurred, I've identified a pattern where this error tends to happen when the import is used in an init or callback function.