ember-scrollable icon indicating copy to clipboard operation
ember-scrollable copied to clipboard

Uncaught TypeError: Cannot read property 'setAttribute' of undefined

Open Alexis-Dia opened this issue 6 years ago • 0 comments

Hi! I just installed ember-scrollable using npm i [email protected] --save and included my code into: {{#ember-scrollable onScrolledToBottom=(action 'log' 'Bottom reached!')}} ...TABLE CONTENT {{/ember-scrollable}}

and got problem: ember.debug.js:2532 Uncaught TypeError: Cannot read property 'setAttribute' of undefined at DOMHelper.prototype.setAttribute (ember.debug.js:2532)

Can you please explain me, what the problem is?

Alexis-Dia avatar Sep 02 '19 17:09 Alexis-Dia