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
Facing a similar issue when we try to upgrade testing-library/user-event to v14.4.3. Were you able to find any workaround or so? @amiramix
Any updates or addresses from the team would be very helpful. Thanks!
@testing-library exports both, default and named export using the same name, i.e.:
We then import it with
Which eslint incorrectly reports as error:
Can the rule be modified to accept a list of named exports to ignore?
The text was updated successfully, but these errors were encountered: