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 a small issue, but seems like the parser doesn't handle the spread+rest operator.
In version 2.13.5, I noticed that the following (possibly) related issues have been resolved #1540 #1515
so I'm not sure if they are the same issue though
This is a small issue, but seems like the parser doesn't handle the spread+rest operator.
In version 2.13.5, I noticed that the following (possibly) related issues have been resolved
#1540
#1515
so I'm not sure if they are the same issue though
this line gives me an error:
I find it handy to log state using rest+spread to get a better representation of state at the time.
The text was updated successfully, but these errors were encountered: