Skip to content

$switch $remove try to send the target #156

@jimdebeer

Description

@jimdebeer
 const p = (tree) => {
        while (tree) {
          if (tree._key === '$current') {
            return tree._p.$target
          }
          tree = tree._p
        }
      }

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions