Cannot read property 'args' of undefined with Ember v3.17.0-beta.1
See original GitHub issueUsing v3.0.0-beta.8 with Ember Canary (259779443483ae15b7fa5dae4c7ea9d9ff46db88
) causes the following error:
Cannot read property 'args' of undefined
.
I’m using basic dropdown with power select.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
EmberJS Cannot read property 'on' of undefined
You defined game as null, and You are trying to read property 'on' from game . that's the reason you are getting this...
Read more >ember test throw error - Cannot read property 'tagName' of ...
i have migrated ember 3.16 to 3.24 I struck on ember test error. But the app works fine Chrome 88.0 - [17 ms]...
Read more >ember-cli | Yarn - Package Manager
Introduce a hard error when locally developing an addon whose package.json name differs from index.js name. Updates Project.prototype.findAddonByName / Addon.
Read more >ember-cli: Versions - Openbase
Full version history for ember-cli including change logs. ... #5462 Fix "Cannot read property 'writeDeprecateLine' of undefined" @Turbo87 ...
Read more >Understanding `args` in Glimmer Components - Chris Krycho
Non-Ember-specific: the args are passed to the constructor so ... However, the args object on a Glimmer component is read-only: you can't do...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi, I’m also seeing this error when closing the dropdown after upgrading to ember-source@3.17.0
renderInplace
is false:I have created an issue for this : https://github.com/cibernox/ember-power-select/issues/1338