GriddleGriddle / Griddle

Simple Grid Component written in React
http://griddlegriddle.github.io/Griddle/
MIT License
2.5k stars 377 forks source link

Use with React 15.5 or React 16 #720

Open anshumanf opened 7 years ago

anshumanf commented 7 years ago

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:

I want to keep using Griddle but this is a problem. Any ideas?

AnthoniG commented 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

mreishus commented 7 years ago

I believe the branch is 'v0'. https://github.com/GriddleGriddle/Griddle/commits/v0

MichaelDeBoey commented 7 years ago

Will be fixed in #753