Skip to content

Commit 43e9f60

Browse files
committed
Remove unneeded query
1 parent 26297aa commit 43e9f60

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/js/src/mount.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ export function mountComponent(
5252
const client = new ReactPyDjangoClient({
5353
urls: {
5454
componentUrl: componentUrl,
55-
query: document.location.search,
5655
jsModules: `${httpOrigin}/${jsModulesPath}`,
5756
},
5857
reconnectOptions: {

0 commit comments

Comments
 (0)