We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26297aa commit 43e9f60Copy full SHA for 43e9f60
src/js/src/mount.tsx
@@ -52,7 +52,6 @@ export function mountComponent(
52
const client = new ReactPyDjangoClient({
53
urls: {
54
componentUrl: componentUrl,
55
- query: document.location.search,
56
jsModules: `${httpOrigin}/${jsModulesPath}`,
57
},
58
reconnectOptions: {
0 commit comments