@tempots/ui

ResourceDisplayOptions.error property

Function to render when the resource has failed to load.

Signature:

error?: (error: Signal<E>, reload: () => void) => TNode;