Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Error Handling - UseModel() #281

Open
dishant-jay-happiestMinds opened this issue Oct 23, 2024 · 0 comments
Open

No Error Handling - UseModel() #281

dishant-jay-happiestMinds opened this issue Oct 23, 2024 · 0 comments

Comments

@dishant-jay-happiestMinds

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant