pie-framework / pie-cli

the main pie-cli
ISC License
2 stars 2 forks source link

--includeComplete example.html fails at runtime #169

Closed edeustace closed 6 years ago

edeustace commented 6 years ago

The bundle that is created when you run --includeComplete pulls in a dependency (pie-control-panel) that uses an old version of material-ui (all the other elements have moved to @material-ui/core). This old library is trying to access a non-existent property from React. This triggers a runtime error.

To fix: update material-ui -> @material-ui/core in pie-control-panel.