We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7616070 commit 2fa9367Copy full SHA for 2fa9367
packages/plugin-tab/dist/js/@pattern-lab-plugin-tab.js
@@ -1,4 +1,5 @@
1
-const PluginTab = {
+// workaround to `PluginTab undefined` error in Safari
2
+window.PluginTab = {
3
/**
4
* The function defined as the onready callback within the plugin configuration.
5
*/
0 commit comments