We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57d5de5 commit 7616070Copy full SHA for 7616070
1 file changed
packages/plugin-tab/src/snippet.js
@@ -13,6 +13,7 @@ function addPanels() {
13
});
14
}
15
16
+// workaround to try recovering from load order race conditions
17
if (window.patternlab && window.patternlab.panels) {
18
addPanels();
19
} else {
0 commit comments