During development of a new add-on, I noticed an error that caused by ember-inspector.
In order to help solve this issue more effectively, I prepare a reproduction repo at: https://github.com/very-geek/ember-plyr
Follow these steps to reproduce:
npm install
ember serve
- open
http://localhost:4200/tests
at this stage, all tests should be passed
- open chrome devtools (assuming using google chrome)
- switch to ember inspector tab
- refresh page
now you should see the error, and some test cases should fail:
VM10735:2371 Uncaught TypeError: Cannot read property 'send' of undefined
at Class.sendMessage (<anonymous>:2371:23)
at Class.sendCount (<anonymous>:842:12)
at invoke (backburner.js:249)
at Queue.flush (backburner.js:167)
at DeferredActionQueues.flush (backburner.js:326)
at Backburner._end (backburner.js:748)
at Backburner.end (backburner.js:513)
at Backburner._runExpiredTimers (backburner.js:851)
During development of a new add-on, I noticed an error that caused by ember-inspector.
In order to help solve this issue more effectively, I prepare a reproduction repo at: https://github.com/very-geek/ember-plyr
Follow these steps to reproduce:
npm installember servehttp://localhost:4200/testsat this stage, all tests should be passed
now you should see the error, and some test cases should fail: