Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 43e9f60

Browse files
committedFeb 3, 2025
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)
Please sign in to comment.