Skip to main content

Pitfall — createRuntime imported from UI subpath

Error
  • The “@formlink/runtime/ui/react” module does not provide an export named “createRuntime”.
Fix
  • Import from the package root:
Correct import createRuntime from “@formlink/runtime” Incorrect import createRuntime from “@formlink/runtime/ui/react”