react-web-component icon indicating copy to clipboard operation
react-web-component copied to clipboard

Console warning about window.customElements.define

Open Sergeyshall opened this issue 6 years ago • 1 comments

There is a warning about deprecation of registerElement method.

 [Deprecation] document.registerElement is deprecated and will be removed in M73, around March 2019. Please use window.customElements.define instead. See https://www.chromestatus.com/features/4642138092470272 for more details.

Sergeyshall avatar May 31 '19 15:05 Sergeyshall

Hey @Sergeyshall this is because the version on NPM is 1.3.0, meanwhile this repo has already 2.0.1. You can install the latest version by using the GitHub link like:

yarn add https://github.com/spring-media/react-web-component

benjaminsuch avatar Jul 15 '19 10:07 benjaminsuch