Closed shouari closed 1 month ago
Issue was solved by changing from this code: `switch (condition) { case "required": return
);
}`
to this: `switch (condition) { case "required": return
);
}` in the indicated files. There are 3 or 4 to be corrected
For people who have that in the codebase and are asking themself what happened, it was a hidden bug that was revealed by Typescript 5.6 update. Here is the PR https://github.com/microsoft/TypeScript/pull/59217
hello while running the exmaple (docker compose build) I'm constanatly facing this error
Type error: This kind of expression is always truthy.
Can anyone help with this?Screenshot for ref.