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 is component named Text in my project. ESLint doesn't tell me that Text is undefined because it's existing class in the DOM API.
I suggest add rule which deny use components defined globally:
There is component named
Text
in my project. ESLint doesn't tell me thatText
isundefined
because it's existing class in the DOM API.I suggest add rule which deny use components defined globally:
The text was updated successfully, but these errors were encountered: