Ignore a Flow error

This commit is contained in:
Mike Grabowski
2019-01-03 19:21:18 +01:00
parent 54cb03c8d6
commit e29ca07749
+4
View File
@@ -18,6 +18,10 @@ const View = require('View');
type Props = {
filter: Function,
render: Function,
/*
* $FlowFixMe: We shoudl better type this (ideally so that render and filter are
* aware of what they receive)
*/
sections: Object,
disableSearch?: boolean,
};