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
There is a problem with circular dependencies when rollup is used:
TypeError [ERR_INVALID_ARG_TYPE]: The "superCtor" argument must be of type function. Received undefined
8 | import { SpecStorage } from './SpecStorage';
9 | import { first, pool, randomBytes } from '@services/share';
> 10 | import { captureHar } from '@har-sdk/capture';
| ^
11 | import HttpArchive from 'har-format';
12 | import { BadRequest } from '@tsed/exceptions';
13 | import { OptionsWithUrl } from 'request';
at ../../node_modules/@har-sdk/capture/dist/bundle.umd.js:33288:10
at ../../node_modules/@har-sdk/capture/dist/bundle.umd.js:2:66
at Object.<anonymous> (../../node_modules/@har-sdk/capture/dist/bundle.umd.js:5:2)
at Object.<anonymous> (src/api/services/DefaultHarBuilder.ts:10:1)
There is a problem with circular dependencies when rollup is used:
See details in rollup/plugins#539 and rollup/rollup#3805
The text was updated successfully, but these errors were encountered: