You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: