When cloned with cloneNode(true), cloneNode is recursively called on all descendants. This includes the InputStyleCloneElement instance created by InputRange, which throws an error due to iansan5653/dom-input-range#5.
The cloning happens as part of Turbo navigations, so this error is thrown upon Turbo nav where TextExpanderElement is rendered.
When cloned with
cloneNode(true),cloneNodeis recursively called on all descendants. This includes theInputStyleCloneElementinstance created byInputRange, which throws an error due to iansan5653/dom-input-range#5.The cloning happens as part of Turbo navigations, so this error is thrown upon Turbo nav where
TextExpanderElementis rendered.InputStyleCloneElementthrows aTypeErrorwhen cloned iansan5653/dom-input-range#5