You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
http://localhost:4200/tests
at this stage, all tests should be passed
now you should see the error, and some test cases should fail:
The text was updated successfully, but these errors were encountered: