Open anshumanf opened 7 years ago
I have this problem as well. Very annoying to see it splashed all over my console. Freaked me out at first lol
I believe the branch is 'v0'. https://github.com/GriddleGriddle/Griddle/commits/v0
Will be fixed in #753
Griddle version
0.8.1
Expected Behavior
No warnings or errors with React versions above 15.5
Actual Behavior
With React 15.5, the following warnings:
Steps to reproduce
Any usage of this package will reproduce the above behavior. Example: https://jsfiddle.net/anshumanf/v4qu94v6/
I'm currently on 0.8.1 and want to upgrade to React 16 which removes
React.createClass()
. I considered the following routes to make this work:create-react-class
fromnpm
: Most 0.x releases including the latest (0.8.1) are not tagged here on Github (#673). There does not seem to be a 0.x branch either so I don't know how I can contribute to a new 0.x release.I want to keep using Griddle but this is a problem. Any ideas?