zoubingwu / msw-auto-mock

A cli tool to generate random mock data from OpenAPI definition for msw.
246 stars 54 forks source link

RangeError: Maximum call stack size exceeded #16

Closed zigang93 closed 1 year ago

zigang93 commented 1 year ago

if the json is too long/huge, it will throw RangeError: Maximum call stack size exceeded error

zigang93 commented 1 year ago

turn out it just a recursive api problem to make it infinity loop.

sasumasa commented 1 year ago

@zigang93 Could you tell me what was problem and how you solved it?