reindexio / reindex-starter-kit-react

A quickstart template for building an app with React, Relay and Reindex
https://www.reindex.io
MIT License
57 stars 23 forks source link

update required version of react-relay #7

Closed linclark closed 8 years ago

linclark commented 8 years ago

First off, very cool project! This makes getting started with Relay so much easier.

When going through the tutorial, the mutations weren't working for me. I noticed that the commitUpdate() call was failing. That method was introduced in this commit which is only in later versions of react-relay.

v0.6.1
v0.7.0
v0.7.1
v0.7.2
v0.7.3
v0.8.0
v0.8.1
freiksenet commented 8 years ago

Thanks!