Error: Something is calling a React component directly. Use a factory or JSX instead

Woke up this morning, started my once working app without any changes and boom.

W20160125-11:39:26.677(10)? (STDERR) Warning: Something is calling a React component directly. Use a factory or JSX instead. See: https://fb.me/react-legacyfactory

This is killing me. has anyone hit this before?

Fixed. Don’t do

Masonry = require(“react-masonry-component”)(React)