Closed tealtail closed 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.
renderComponent
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.
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
.