rawls238 / react-experiments

React components for implementing UI experiments
319 stars 20 forks source link

error/warnings loading example #20

Closed brandonmp closed 8 years ago

brandonmp commented 8 years ago

cloned, npm install, ran build.sh, then opened examples/index.html--it may be something trivial since I'm pretty inexperienced, but hoping someone has dealt w/ this before.

image

brandonmp commented 8 years ago

(clicked 'close' by accident)

here's stacktrace

image

rawls238 commented 8 years ago

Possible I didn't update the demo when upgrading the version of react. I'll take a look at this tomorrow morning

rawls238 commented 8 years ago

@brandonmp thanks again for reporting this, should be fixed now from https://github.com/HubSpot/react-experiments/commit/5f5a8e60e7c966243e1a6a17526dc56c6647df5a. The example was using an older version of React.

Let me know if you run into any other issues!

brandonmp commented 8 years ago

awesome-thanks for the quick response @rawls238 , stoked to start using this in my project