ember-material-design icon indicating copy to clipboard operation
ember-material-design copied to clipboard

Cannot read property 'reopen' of undefined

Open tmclouisluk opened this issue 8 years ago • 4 comments

TypeError: Cannot read property 'reopen' of undefined at Object.initialize (md-layout-views.js:7) at ember.debug.js:5509 at ember.debug.js:5538 at Object.visit as default at DAG.topsort (ember.debug.js:2589) at Class._runInitializer (ember.debug.js:5537) at Class.runInitializers (ember.debug.js:5498) at Class._bootSync (ember.debug.js:4800) at Class.domReady (ember.debug.js:4689) at Object.run (ember.debug.js:295)

after installing this, when i start the server, the above error occurs. Is it my problem?

tmclouisluk avatar Jul 22 '16 09:07 tmclouisluk

Views are deprecated, and removed.. - guess you are on Ember 2.0+ ?

mize85 avatar Jul 22 '16 09:07 mize85

Yes, i'm using ember 2.6 so what should i do if i want to use this addon

tmclouisluk avatar Jul 22 '16 09:07 tmclouisluk

Ember paper would be an alternative - else you could create an own fork and fix the Errors (what i did, but not all components are working - i don't need them all..), or look for another fork which already did that (there is even an open PR according this issue..)

mize85 avatar Jul 22 '16 09:07 mize85

Oh, i got it. Then i use ember paper instead of this. Thanks for you help

tmclouisluk avatar Jul 22 '16 09:07 tmclouisluk