reflective-bind
reflective-bind copied to clipboard
Support React.createElement and React.createClone in babel plugin
Currently, the babel plugin looks for JSXExpressionContainer to figure out which inline functions to transform. However, if the code is not using JSX and using React.createElement or React.cloneElement then nothing will be transformed.