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 a Non-interactive elements should not be assigned mouse or keyboard event listeners jsx-a11y/no-noninteractive-element-interactions warning on line 120.
It is caused by having onLoad/onError, but I'm not sure how to move them higher.
There is a
Non-interactive elements should not be assigned mouse or keyboard event listeners jsx-a11y/no-noninteractive-element-interactionswarning on line 120.It is caused by having
onLoad/onError, but I'm not sure how to move them higher.