9.0.7 • Published 10 months ago

@haxtheweb/deduping-fix v9.0.7

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months ago

Deduping fix

This is a utility that helps fix a core issue with "the platform" in that if two things try to call window.customElements.define('tag-name',ClassName) and reference the same tag-name, it is a hard bricking issue. This problem can pop up in local development for a number of reasons (or timing with legacy platforms and dynamically imported assets) and so this little utility helps rewrite this global function to perform it's same function, but issue a warning if already defined as opposed to outright failing.

9.0.7

10 months ago

9.0.6

11 months ago

9.0.2

1 year ago

9.0.1

1 year ago

9.0.0

1 year ago

9.0.0-alpha.0

1 year ago