That’s using several non-public properties and an unpredictable ID value, so no, absolutely not safe. Use node.tree?.prop(NodeProp.mounted) instead. Generally, you don’t want to go poking around objects in the devtools and use whatever properties you find, but rather use the TypeScript types and project docs to figure out how to use the library’s datatypes.
1 Like