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

imports[1] for react-transform-catch-errors does not look like a React component. I get this error on browser console #11

Open xoxkontrol opened 8 years ago

xoxkontrol commented 8 years ago

Hi I have been following your tutorial step by step and ran into this issue = imports[1] for react-transform-catch-errors does not look like a React component. this is after running npm start and visiting localhost:3000. Any help would be appreciated screenshot from 2016-06-22 22 15 49

freiksenet commented 8 years ago

Seems that there is a version problem from some new package. I'll investigate, in the meanwhile https://github.com/reindexio/reindex-starter-kit-react-auth0 is a more modern and feature complete starter kit that you can try.

freiksenet commented 8 years ago

I've updated the code to use more modern build stuff (eg babel6), seems to work without a problem now. Please tell me if it fixes your issue.