react-google-forms-hooks
react-google-forms-hooks copied to clipboard
Update form.ts to handle null discription
Fixes #33
Issue: When there is no description in Google Forms, the value is set to null. Since the current code only handles description as undefined or a string, TypeScript raises a type incompatibility error.
Type 'null' is not assignable to type 'string | undefined'.