Closed Diokuz closed 6 years ago
That error doesn't ring any bells to me. Without more information, I'd have to assume it's a flow issue or an issue with how you've configured flow. Flow-copy-source does one job without much variation so I'd be surprised if it could be at fault here.
Looks like you cant just rename file to file.flow
and expect it to be valid flow
definition.
But I expected that after I read your readme )
@Diokuz Do you have // @flow
in that file?
Some of my react components are redirected for backward compatibility. But it breaks flow:
src/fields/InputSelect/InputSelect.js
:Error:
Is it a
flow
bug, orflow-copy-source
?