Keying identity. Identity is per-(provider, key); two providers around the same graph maintain isolated namespaces.
Producer that constructs and registers the node
the first time key is seen in this provider.
The cached or freshly-registered node handle for key.
Returns a stable
Node<T>forkeywithin the enclosing<CauslProvider>. The factory runs once per key per provider; subsequent mounts of the same key return the cached handle. The node is disposed via@causl/causl-wasm-ts/internal'sdisposewhen the last consumer unmounts (deferred to the next microtask so StrictMode's double-invoke does not destroy and recreate the node).