reactjs - flow complains if when having react and react-native in node_modules -
when react-native , react in ./node_modules, flow complain "duplicate provider module error".
i'm using module.system = haste in .flowconfig.
is there workaround without making flow ignore 1 of them?
you want add 1 of them [ignore] section of .flowconfig
Comments
Post a Comment