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 bfba38c commit 9216c92Copy full SHA for 9216c92
src/reactpy/reactjs/__init__.py
@@ -176,9 +176,9 @@ def component_from_npm(
176
177
if "esm.sh" in cdn:
178
if "?" in url:
179
- url += "&external=react,react-dom"
+ url += "&external=react,react-dom&bundle"
180
else:
181
- url += "?external=react,react-dom"
+ url += "?external=react,react-dom&bundle"
182
183
return component_from_url(
184
url,
0 commit comments