Skip to content

Commit 37b27c8

Browse files
committed
Merge branch 'fix-defaultProps' of github.com:AnnMarieW/dash into fix-defaultProps
2 parents d006b8c + 1546a9b commit 37b27c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ function extractElements($) {
2121
'image', 'dir', 'tt', 'applet', 'noembed', 'bgsound', 'menu', 'menuitem',
2222
'noframes',
2323
// experimental, don't add yet
24-
'portal'
24+
'portal',
25+
'fencedframe'
2526
];
2627
// `<section>` is for some reason missing from the reference tables.
2728
const addElements = [

0 commit comments

Comments
 (0)