Here the seller_vertical object has_many documents.
Similarly each document has_many attachments.
But when I do const formattedData = new JsonApiResponseConverter(data).formattedResponse
I am getting error
Exception: RangeError: Maximum call stack size exceeded at eval (webpack-internal
Below is the response I receive from backend(using fastjsonapi serializer)
Here the seller_vertical object has_many documents. Similarly each document has_many attachments. But when I do
const formattedData = new JsonApiResponseConverter(data).formattedResponse
I am getting error
I created a sandbox with the error working sample