-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
I tried this (to build):
git clone [email protected]:colinmeinke/wilderness.git
pushd wilderness
npm install
node bundle.js
And then this (to run the demo):
pushd examples/horse-triangles/
open index.html # opens in Chrome
That gave me this error in the JS console in Chrome:
Uncaught TypeError: Cannot convert undefined or null to object
at Function.from (<anonymous>)
at _toArray$1 (dist.js:4561)
at transformsPropValid (dist.js:4787)
at valid$$1 (dist.js:4917)
at validProps (dist.js:5217)
at sort (dist.js:5192)
at shape (dist.js:5152)
at shape$$1 (dist.js:5914)
at dist.js:5936
at dist.js:5942
Metadata
Metadata
Assignees
Labels
No labels