Support for exactOptionalPropertyTypes in tsconfig.json #590
Labels
client
Client package related
feature 🚀
New feature or request
info needed ❓
Further information is required
Description
Currently, when "exactOptionalPropertyTypes" is enabled in tsconfig.json, the generated files cause TS errors, because formData for example, is provided even though its type is possibly undefined.
A workaround is to add an exclamation mark behind formData as seen in the following example. However it would be great if we would have a better OOTB solution for this problem.
The text was updated successfully, but these errors were encountered: