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 just set up and I may have made a mistake but when following the developer commands at the bottom of the README and then running npm run build:prod, this is the output.
Error at /Users/austin/Projects/ReDoc/lib/services/search.service.ts:195:24: Argument of type 'Schema | Schema[]' is not assignable to parameter of type 'SwaggerSchema'.
Type 'Schema[]' has no properties in common with type 'SwaggerSchema'.
Error at /Users/austin/Projects/ReDoc/tests/helpers.ts:24:49: Type 'true' has no properties in common with type 'MouseEventInit'.
The text was updated successfully, but these errors were encountered:
I just set up and I may have made a mistake but when following the developer commands at the bottom of the README and then running
npm run build:prod
, this is the output.The text was updated successfully, but these errors were encountered: