NYCPlanning / jane-maps

A framework for rich, composable web maps using React and MapboxGL.
MIT License
59 stars 12 forks source link

TypeError at Jane._this.getFilteredChildren #4

Open jessicamcinchak opened 7 years ago

jessicamcinchak commented 7 years ago

I'm trying to run the example, but can't load it. I installed dependencies in the jane-map root and the example dir and Webpack successfully compiles, but no components load at localhost:8080.

There's 1 error logged to my console:

Uncaught TypeError: _this.props.children.filter is not a function 
     at Jane._this.getFilteredChildren (Jane.js:121)

I'm running these versions on Linux/Ubuntu and using Chrome:

node v7.8.0
npm 4.2.0
yarn 0.24.6
react@15.5.4
webpack@2.6.1

Thanks for thinking on it! Excited about this framework and hoping to use it in projects I work on with the City of Detroit.