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 get a similar issue with (obj##xs)[0] being refmt'd to obj##xs[0]. With the parentheses removed I get this error: Error: Js object ## expect syntax like obj##(paint (a,b)).
It seems like
curNode^##childNodes
isn't valid, so I thought of using parens which works but causes refmt to barf:turns into
which gives the error:
and then gets turned into
The text was updated successfully, but these errors were encountered: