Skip to content

Commit 1691007

Browse files
committed
fix build error
1 parent e5cfa57 commit 1691007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dash-html-components/scripts/extract-elements.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const expectedElCount = 125;
1313
*/
1414
function extractElements($) {
1515
const excludeElements = [
16-
'html', 'head', 'body', 'style', 'h1–h6', 'input',
16+
'html', 'head', 'body', 'style', 'h1–h6', 'input', 'search',
1717
// out of scope, different namespaces - but Mozilla added these to the
1818
// above reference page Jan 2021 so we need to exclude them now.
1919
// see https://github.com/mdn/content/pull/410

0 commit comments

Comments
 (0)