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
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: