Skip to content

LazyModuleError type

Home > @rimitive/react > LazyModuleError

Type error message for lazy modules in React hooks

Signature:

type LazyModuleError = 'Error: Lazy modules are not supported in useRimitiveContext. Use compose() with await outside the component.';