Aug 25, 2017 · 1 min read
Nice write up!
I’m not sure where to file this, but the code mod (flow-upgrade) that is run turns all imports of react into import * as React from 'react';
This causes a bunch of console warnings because (I think) you’re implicitly importing stuff like PropTypes which is now deprecated. Any idea where I can file this issue?
