Open
Description
Hi, I'm building a component and testing it on safari mobile 10.3 and I getting this error: TypeError: The Element.shadowRoot getter can only be used on instances of Element
on this line: this._container = new Container(renderer, this.shadowRoot, this);
do you know why is this error? I need to make works haunted on Safari 10.3, please help me :(