-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Object type checking might fail in nuxt applications #652
Comments
Does |
I tried several checks I found on StackOverflow:
I will have another look at the axios module (see my findings here) |
I'll switch them to |
|
Released as 9.1.25 and 10.0.0-alpha.22 |
For response objects coming from nuxt-axios the test for
obj.constructor === Object
(as it is used here) fails.Also see nuxt-community/axios-module#565
Can we use a more robust logic to check for objects?
The text was updated successfully, but these errors were encountered: