Griddle icon indicating copy to clipboard operation
Griddle copied to clipboard

asaList documentation needs update

Open buildWithSoul opened this issue 6 years ago • 1 comments

React.PropTypes is deprecated and throws an error in React.PropTypes.object http://griddlegriddle.github.io/Griddle/examples/asList/

workaround:

import propTypes from 'prop-types';

... and then replacing React.PropTypes.object with propTypes.object

buildWithSoul avatar Jun 01 '18 02:06 buildWithSoul

The example should use Griddle's connect, too.

dahlbyk avatar Jun 01 '18 03:06 dahlbyk