Skip to content

No Error Handling - UseModel() #281

Description

Error is Not handled in UseModel Hook..
UseModel hook is returning --
type FilamentModel =
| {
state: 'loaded'
asset: FilamentAsset
boundingBox: AABB
/**
* The root entity of the model.
*/
rootEntity: Entity
}
| {
state: 'loading'
}

but in case of Error state is not Changing , It is Still in Loading state in case of Error

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions