Closed jason-capsule42 closed 1 year ago
POC to explore using dynamic custom element naming in order to further avoid versioning conflicts.
Use a random hash generator to create a unique name that is used during the custom element define() call.
define()
Is your feature request related to a problem? Please describe.
POC to explore using dynamic custom element naming in order to further avoid versioning conflicts.
Describe the solution you'd like
Use a random hash generator to create a unique name that is used during the custom element
define()
call.