lynnaloo / mullet

Mullet Stack: Facebook in the front. Walmart in the back. (React, Hapijs, Node)
http://www.mullet.run
MIT License
194 stars 39 forks source link

wrap component in factory, and call render instead of renderComponent #18

Closed tealtail closed 9 years ago

tealtail commented 9 years ago

The initial version of the file called the Facebook component directly, so I wrapped it in a factory as suggested here: https://gist.github.com/sebmarkbage/ae327f2eda03bf165261

Deprecation warnings also came up for the call to renderComponent.

lynnaloo commented 9 years ago

Thanks! That was one of the changes in version 0.12 that kind of a pain to upgrade everywhere, but it's probably going to be breaking in 0.13.