Pitfall — useRuntime export missing
Error- The “@formlink/runtime/ui/react” module does not provide an export named “useRuntime”.
useRuntimeis an internal hook used by packaged UI components. It is not part of the public@formlink/runtime/ui/reactAPI.
- Do not import
useRuntime. Instead, construct a runtime and subscribe withuseSyncExternalStore.
- examples/composed-react-wiring.md