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 411b9f9 commit 93877fdCopy full SHA for 93877fd
tests/integration/clientside/assets/clientside.mjs
@@ -1,5 +1,6 @@
1
import {display} from "./clientsideModule.mjs";
2
3
+window.dash_clientside = window.dash_clientside || {};
4
window.dash_clientside.clientside_module = Object.assign({}, window.dash_clientside.clientside_module, {
5
display
6
});
0 commit comments