andrewhathaway / Winterfell

Generate complex, validated and extendable JSON-based forms in React.
http://winterfell.andrewhathaway.net
MIT License
785 stars 116 forks source link

Can't run Winterfell with current React v16 #105

Closed realAlexBarge closed 6 years ago

realAlexBarge commented 6 years ago

Unfortunately I can't get Winterfell working with React v16 / ES6.

I tried with minimal example provided here and modified to work with current React version: http://winterfell.andrewhathaway.net/

The error I am receiving is: "winterfell: Could not find initial panel and failed to render." How can this be fixed?

Could you provide a minimal working example of JS and schema for current React version in ES6 syntax?