You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I tried this (to build):
And then this (to run the demo):
That gave me this error in the JS console in Chrome:
The text was updated successfully, but these errors were encountered: