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
It looks like this is an upstream error, we're going to close this for now, unless we decide it is necessary to patch this in our j2cl fork. Before creating a PR at https://github.com/Vertispan/j2cl, please try to resolve this at google/j2cl.
Describe the bug
"abc".split("") get error array ["","a","b","c"]
To Reproduce
use j2clmavenplugin
get result in browser console
"abc".split("") The expected result is ["a","b","c"]
The text was updated successfully, but these errors were encountered: