VulcanJS / Vulcan

🌋 A toolkit to quickly build apps with React, GraphQL & Meteor
http://vulcanjs.org
MIT License
7.98k stars 1.89k forks source link

TypeError: getDataFromTree is not a function #1687

Closed valgalin closed 7 years ago

valgalin commented 7 years ago

Hi guys,

I just git cloned new VulcanJS, and I'm getting this warning/error upon running.

TypeError: getDataFromTree is not a function

Although, I can still see the site up in localhost:3000.

SachaG commented 7 years ago

Maybe related to https://github.com/apollographql/react-apollo/blob/master/Changelog.md#v071 ?

What version of react-apollo are you using?

comus commented 7 years ago

it s ok now with react-apollo 1.4.10 https://github.com/apollographql/react-apollo/issues/926

valgalin commented 7 years ago

Hi @SachaG , @comus is right, updating react-apollo to 1.4.10 resolved the issue.

Thank you, guys! :+1: