I'm trying to convert a component that's wrapped in the connect method from react-redux.
The error I'm getting is cannot call a class as a function in Route.js
var props = processProps(tree.props); if (type === 'function') { return convertComponent(tree.type(props), key); }
I'm trying to convert a component that's wrapped in the connect method from react-redux.
The error I'm getting is cannot call a class as a function in Route.js
var props = processProps(tree.props); if (type === 'function') { return convertComponent(tree.type(props), key); }