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 used yarn resolutions to bump this library's typescript resolution to 5.5.4 which should support satisfies but the parser still errors out.
Not sure how to fix.
blah.tsx Transformation error (did not recognize object of type "TSSatisfiesExpression")
Error: did not recognize object of type "TSSatisfiesExpression"
at Object.getFieldNames
The text was updated successfully, but these errors were encountered:
TS parser fails on
satisfies
I used yarn resolutions to bump this library's typescript resolution to 5.5.4 which should support
satisfies
but the parser still errors out.Not sure how to fix.
The text was updated successfully, but these errors were encountered: