LazyModuleError type
Home > @rimitive/react > LazyModuleError
LazyModuleError type
Section titled “LazyModuleError type”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.';