How do i parse Fetch response with superjson
So the issue is that when i fetch data it wraps data into object with key "json" and value of data:
And the json variable has a form of
I could do something weird like:
but id love to run into some less cringe solution.
0 Replies