sarkistlt / graphql-auto-generating-cms

Use your existing graphQL schema to generate CMS in a couple steps. DEMO: http://cms-demo.web4fly.com/
380 stars 36 forks source link

Cannot View a product in the example #4

Closed maxceem closed 7 years ago

maxceem commented 7 years ago

When I run the example, everything works good except when I try pressing "View" button for a product. Then nothing visually happens and in the console I have these errors:

getViewData error: ReferenceError: field is not defined
app.js:15247 Uncaught TypeError: Cannot read property 'forceUpdate' of undefined
    at app.js:15247
(anonymous) @ app.js:15247
app.js:15247 Uncaught TypeError: Cannot read property 'forceUpdate' of undefined
    at app.js:15247
(anonymous) @ app.js:15247
app.js:15247 Uncaught (in promise) Error: categories, getSelectData, error: TypeError: Cannot read property '_currentElement' of null
    at app.js:15247
sarkistlt commented 7 years ago

thanks for letting me know, bug was fixed, please update your copy of repository.