Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upDeprecation: events.inherited-function-listeners #191
Comments
This comment has been minimized.
This comment has been minimized.
|
@gandalfar This should be fixed in 3.5.2! Specifically changed it to a string listeners instead of on the prototype in the PR below. Ref #185 |
snewcomer
closed this
Apr 27, 2019
This comment has been minimized.
This comment has been minimized.
|
Works great. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gandalfar commentedApr 27, 2019
•
edited
When upgrading my app, I've started seeing the following deprecation warning:
events.inherited-function-listeners. I can't reproduce it inside dummy app in this repo, but it's present when I create a new ember app.The full error is:
Repository with a single component where I see this warning is here:
https://github.com/gandalfar/viewport-test
Version
Test Case
https://github.com/gandalfar/viewport-test
Component code is here:
https://github.com/gandalfar/viewport-test/blob/master/app/components/example-component.js
Steps to reproduce
I open the page in Chrome 74 on macOS 10.13.6 and deprecation appears in Dev Tools.