eatdrinkhealthy / edh-app

The Eat Drink Healthy web (and tentatively mobile / cordova) app created with Meteor and React.
0 stars 0 forks source link

Flow usage: FILTER_LIST element has incorrect type, not caught #30

Closed stevenjmarsh closed 7 years ago

stevenjmarsh commented 7 years ago

(filters.js) set any of the FILTER_LIST element object properties (id, name) to an incorrect type, run flow, doesn't catch type mismatch.

ie,

setting first element id to true (instead of a string)

stevenjmarsh commented 7 years ago

my bad. forgot to include // @flow at top of file.