M0nica / how-many-days-until

A React countdown app of days between today and next year.
https://m0nica.github.io/how-many-days-until/
10 stars 32 forks source link

Fix Flow type errors in App.js #38

Closed M0nica closed 4 years ago

M0nica commented 6 years ago
  9:1  error  Type identifier 'State' does not match pattern '/^([A-Z][a-z0-9]+)+Type$/'  flowtype/type-id-match

Verify issue locally by running npm run lint. When it is resolved the error should no longer appear when you run npm run lint

Flow is a static type checker for JavaScript https://flow.org/

danmakenoise commented 6 years ago

I can take this!

github-actions[bot] commented 4 years ago

Stale issue message