anzweidrej
anzweidrej
> Thank you for reporting this issue! would you contribute a pull request? > > How did you find the deprecation error? Hello, sorry for the late reply. I found...
Hi @j540 Since those declarations are probably leftovers for testing purposes, I guess you can just remove all those "@ts-expect-error" lines from `./src/modules/products/components/product-tabs/accordion.tsx` to proceed with build phase. Br,
Hi @og-dev, As you already guessed, this is due to the "strict" mode enabled in tsconfig, to solve the error without having to disable the option, you can try the...