dictybase-playground / gdrive-image-uploadr

A frontend react application for uploading images to gdrive
2 stars 0 forks source link

Flow issues with redux #3

Open gowrimanoharir opened 6 years ago

gowrimanoharir commented 6 years ago

Errors are thrown for dispatch code within redux with flow type checking. Fix those issues

gowrimanoharir commented 6 years ago

for now have removed the type check for actions within dispatch calls eg: left as dispatch(successNotification(type, responses.length))