ember-lazy-image
ember-lazy-image copied to clipboard
Uncaught TypeError: classArray.join is not a function
When class is specified like this
{{lazy-image class="v-grid-item__img" url=mainImage errorText=""}}
check which suppose that class
is an array fails, because now class
is clearly a string.
After I wrote a tests, it seems like test is passing, but its failing in the application, hm
+1
+1