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

Not accepting multiple layer of object in response #37

Open
pepemiso16 opened this issue Mar 5, 2021 · 1 comment
Open

Not accepting multiple layer of object in response #37

pepemiso16 opened this issue Mar 5, 2021 · 1 comment

Comments

@pepemiso16
Copy link

I've been encountering errors while using this library. If it is a direct single object or one-dimensional object it is working. However, if the response from API consists of multiple layers of an object, the handleFetch will not work.

{ "tokenDetails": { "data": { "token": "token", "refreshtoken": "refreshtoken" } } }

I am using fetch query same as the tutorial.

@eakl
Copy link

eakl commented Jun 1, 2022

Same issue

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

2 participants