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
Hi, I encountered an error with the JS implementation of saveState. It appeared to be using node.childNodes instead of node.children. I tested the change to .children in chrome and it worked. I'm not sure how to post my change, so I'm logging it here.