Mich Elliott
Results
1
comments of
Mich Elliott
FYI, for anyone who might be struggling with this, this is ES5 code that makes the jQuery mixin work: ``` window.jQuery = require('jquery'); var ToastMessageFactory = React.createFactory(ToastMessage.jQuery); ```