Max

Results 4 comments of Max

> Updating to the latest version, 3.1.1 causes the runtime error: > `ERROR ReferenceError: Must call super constructor in derived class before accessing 'this' or returning from derived constructor` >...

Maybe it will help somebody: The error occurred when I started my local server with --spa, when removed it error gone

If someone still struggles in 2024 with this issue, you have to change your nodejs version or use this package without npx like this: "open-api-codegen": "./node_modules/.bin/rtk-query-codegen-openapi src/codegen/openapi-config.ts" Thanks