pyformat.info icon indicating copy to clipboard operation
pyformat.info copied to clipboard

Admin interface throws errors in v2

Open zerok opened this issue 8 years ago • 0 comments

For some reason I get weird React errors when viewing the examples-subpages in the admin panel. Can anybody reproduce this?

flowWidget.jsx?e153:211 Uncaught (in promise) TypeError: Cannot read property 'props' of undefined
    at Object.renderFormField (eval at <anonymous> (http://127.0.0.1:5000/admin/static/gen/app.js:659:2), <anonymous>:262:30)
    at Array.map (native)
    at eval (eval at <anonymous> (http://127.0.0.1:5000/admin/static/gen/app.js:629:2), <anonymous>:245:11)
    at Array.forEach (<anonymous>)
    at Object.renderFieldRows (eval at <anonymous> (http://127.0.0.1:5000/admin/static/gen/app.js:629:2), <anonymous>:237:8)
    at eval (eval at <anonymous> (http://127.0.0.1:5000/admin/static/gen/app.js:659:2), <anonymous>:287:28)
    at Array.map (native)
    at Object.renderBlocks (eval at <anonymous> (http://127.0.0.1:5000/admin/static/gen/app.js:659:2), <anonymous>:281:29)
    at Object.render (eval at <anonymous> (http://127.0.0.1:5000/admin/static/gen/app.js:659:2), <anonymous>:382:12)
    at eval (eval at <anonymous> (http://127.0.0.1:5000/admin/static/gen/vendor.js:889:2), <anonymous>:795:21)

zerok avatar Aug 02 '17 19:08 zerok