Hoping to use this extension to document an API, but each time we attempt to export a request (using Paw v. 3.1.8 Retail), we run into the following issue:
JavaScript Exception: TypeError: undefined is not an object (evaluating 'req.body.length') ({
column = 16;
line = 32;
})
The requests are generally multi-part POST requests, but this seems to occur regardless of the request details.
