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
This is not a bug on the package side, but it can affect the users of it.
SWC (used by Next for production builds) minifies the package incorrectly. It inlines scanLineResult.end to 0 in the scanLine method body, resulting in an invalid left-hand assignment.
This is not a bug on the package side, but it can affect the users of it.
SWC (used by Next for production builds) minifies the package incorrectly. It inlines
scanLineResult.end
to0
in the scanLine method body, resulting in an invalid left-hand assignment.Check this SWC Playground.
The text was updated successfully, but these errors were encountered: