Skip to content

Commit 7616070

Browse files
committed
chore: add comment about plugin workaround
1 parent 57d5de5 commit 7616070

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/plugin-tab/src/snippet.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ function addPanels() {
1313
});
1414
}
1515

16+
// workaround to try recovering from load order race conditions
1617
if (window.patternlab && window.patternlab.panels) {
1718
addPanels();
1819
} else {

0 commit comments

Comments
 (0)