Skip to content

v3.13.1

Choose a tag to compare

@TrevorBurnham TrevorBurnham released this 04 Jul 22:41
3dbff38

Fixes

  • NodeApi action methods (toggle, select, activate, focus, edit, etc.)
    are now bound to the node, so passing them as callbacks — e.g.
    <Toggle onClick={node.toggle} /> — no longer throws "Cannot read properties of
    undefined (reading 'tree')" when invoked detached. (#374)