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
why the change? bc the former led to a bug where the first entry in the "nodes" array was implicitly assumed to be the "active" nodes. which it was not always. only sometimes
thus the bug fix was to loop through the entries. this 10 lines of js:
current
"nodes"
array looks like:new object should look like this:
why the change? bc the former led to a bug where the first entry in the
"nodes"
array was implicitly assumed to be the"active"
nodes. which it was not always. only sometimesthus the bug fix was to loop through the entries. this 10 lines of js:
which goes away entirely with the better
nodeCounts
datastructure:The text was updated successfully, but these errors were encountered: