-
Robert Knight authored
TypeScript 4.8 complains if code attempts to destructure an argument that is marked as optional. The function arguments are still practically optional because they have a default value.
a20d8433
TypeScript 4.8 complains if code attempts to destructure an argument that is marked as optional. The function arguments are still practically optional because they have a default value.