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 change also required migration rules (see above commit), which git-hooks did not check for me. Luckily I remembered to check manually using the Migration wrapper. Had I deferred until publishing, this would have been a lot more work to figure out what/where went wrong.
For #180
In #187 Text and RichText were uninstrumented, including things like
titleText
. However, it looks like @pixelzoom may have missed one:exploreScreen.view.equationAccordionBox.titleNode
There isn't any reason to instrument this
titleNode
. Its only child is a read-onlyvisibleProperty
whose value never changes.The text was updated successfully, but these errors were encountered: