@JPorry , the Ripple accepts a spread prop, but I don't think that it is being used. Perhaps this is code from a previous version that you meant to remove, or code that was never finished? What do you think?
It's not used because this.el is never set on the component (it has no refs). I figure we either need to remove the usage of the prop, or add the ref. What was your intention here?
@JPorry , the Ripple accepts a
spread
prop, but I don't think that it is being used. Perhaps this is code from a previous version that you meant to remove, or code that was never finished? What do you think?It's not used because
this.el
is never set on the component (it has no refs). I figure we either need to remove the usage of the prop, or add the ref. What was your intention here?