codexstanford / codex-insurance-fullstack

0 stars 0 forks source link

Make sure code is typed #65

Open pfw13 opened 4 months ago

pfw13 commented 4 months ago

Some of the code (here, at least) is not typed. I had to add the "any" to some functions and vars. This should be replaced by the actual types we expect there.

pfw13 commented 4 months ago

This is also the case in InputDate.tsx. Opening this file or using the component in another file shows many errors in VS Code.