ember-basic-dropdown
                                
                                
                                
                                    ember-basic-dropdown copied to clipboard
                            
                            
                            
                        Cannot read property 'args' of undefined with Ember v3.17.0-beta.1
Using 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.
                                    
                                    
                                    
                                
Now that Ember v3.17.0-beta.1 is out, tests are failing with that version.
Interesting, I'll take a look
This may be an issue with Ember 3.17-beta, because I'm also getting a different (?) error with 3.17-beta.1 and ember-basic-dropdown 2.0.5:
Uncaught (in promise) TypeError: Cannot read property 'appendChild' of null
    at BasicDropdownContent.animateOut (basic-dropdown-content.js:183)
    at Object.destroyModifier (will-destroy.js:66)
    at CustomModifierState.destroy (index.js:7048)
    at StringDestroyableDestructor.[DID_DROP] (util.js:344)
    at util.js:255
    at Set.forEach (<anonymous>)
    at didDestroyAssociated (util.js:254)
    at SimpleDestructor.[DID_DROP] (util.js:368)
    at util.js:255
    at Set.forEach (<anonymous>)
This happens on dropdown close, though there seems to be another issue with the dropdown not opening immediately when the trigger is clicked -- it only opens after a couple seconds.
Hi, I'm also seeing this error when closing the dropdown after upgrading to [email protected]
Uncaught (in promise) TypeError: Cannot read property 'appendChild' of null
    at BasicDropdownContent.animateOut (basic-dropdown-content.js:202)
    at Object.destroyModifier (will-destroy.js:68)
    at CustomModifierState.destroy (index.js:7063)
    at StringDestroyableDestructor.[DID_DROP] (util.js:350)
    at util.js:261
    at Set.forEach (<anonymous>)
    at didDestroyAssociated (util.js:260)
    at SimpleDestructor.[DID_DROP] (util.js:374)
    at util.js:261
    at Set.forEach (<anonymous>)
renderInplace is false:

I have created an issue for this : https://github.com/cibernox/ember-power-select/issues/1338