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

bug: infinite loop with wrong record Id #77

Open
emmanuelgeoffray opened this issue Oct 20, 2022 · 0 comments
Open

bug: infinite loop with wrong record Id #77

emmanuelgeoffray opened this issue Oct 20, 2022 · 0 comments

Comments

@emmanuelgeoffray
Copy link

using const user = computed(() => props.id ? userStore.useGetOnce(props.id).data.value : null), a record that does not exist on server will trigger an infinite loop of querying the server with an uncaught 404 error.

I've tried wrapping the call to useGetOnce in a try/catch without success

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