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
I'm using ts-pattern and it has an export of __. This formatter changes that import and breaks my code. Any thoughts as to why and if there's a work around.
import{__,match}from'ts-pattern'
Changes to
import{_,match}from'ts-pattern'
The text was updated successfully, but these errors were encountered:
I'm using
ts-pattern
and it has an export of__
. This formatter changes that import and breaks my code. Any thoughts as to why and if there's a work around.Changes to
The text was updated successfully, but these errors were encountered: