You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this library for mocking in a React Native application along with MSW.
When using the openapi-backend on operations that don't return recursive response schemas, the library works flawlessly. However, when I'm mocking an endpoint that returns recursive data, I get the error RangeError: Maximum call stack size exceeded.
Is there some configuration I need to set to limit the mocking? Like with x-json-schema-faker, we have the maxItems property set to 2:
openapi: 3.0.2
x-json-schema-faker:
maxItems: 2
The text was updated successfully, but these errors were encountered:
I'm using this library for mocking in a React Native application along with MSW.
When using the openapi-backend on operations that don't return recursive response schemas, the library works flawlessly. However, when I'm mocking an endpoint that returns recursive data, I get the error
RangeError: Maximum call stack size exceeded
.Is there some configuration I need to set to limit the mocking? Like with x-json-schema-faker, we have the maxItems property set to 2:
The text was updated successfully, but these errors were encountered: