TypeError: _react2.default.createClass is not a function
drewbitt opened this issue · 4 comments
drewbitt commented
TypeError: _react2.default.createClass is not a function (in lib/Components/Widgets/Picker.js)
Line 76
_react2.default.createClass is not supported anymore. A drop-in replacement without ES6 is to use create-react-class but would add a dependency for one line.
clayrisser commented
I am having the same error
clayrisser commented
If you need this patch immediately, you can run the following . . .
npm install --save codejamninja/native-base-web#npm
idhowardgj94 commented
tks...