flow_fix_me.js 82 B

1234567
  1. const aDiv = (
  2. /* $FlowFixMe */
  3. <div className="foo">
  4. Foo bar
  5. </div>
  6. );