You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Lit is in dev mode. Not recommended for production! See https://lit.dev/msg/dev-mode for more information.",
15
-
"Shadow DOM is being polyfilled via `ShadyDOM` but the `polyfill-support` module has not been loaded. See https://lit.dev/msg/polyfill-support-missing for more information."
16
-
]))
13
+
contextBridge.exposeInMainWorld(
14
+
'litIssuedWarnings',
15
+
newSet([
16
+
'Lit is in dev mode. Not recommended for production! See https://lit.dev/msg/dev-mode for more information.',
17
+
'Shadow DOM is being polyfilled via `ShadyDOM` but the `polyfill-support` module has not been loaded. See https://lit.dev/msg/polyfill-support-missing for more information.',
0 commit comments