Skip to content

Commit f2df029

Browse files
committed
fix: remove the <bolt-video> component's "v" HTML attribute to prevent false Jest snapshot errors when releasing new versions of Bolt
1 parent 61775cf commit f2df029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/bolt-video/src/_video-tag.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ https://github.com/videojs/video.js/blob/22fd327076cb044c135c747086b58b7be64a747
8383

8484
{% set customElementName = "#{bolt.data.config.namespace}-video" %}
8585

86-
<{{ customElementName }} {{ attributes }} v="{{ version }}"></{{ customElementName }}>
86+
<{{ customElementName }} {{ attributes }}></{{ customElementName }}>

0 commit comments

Comments
 (0)