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 5c9e648 commit a74cee5Copy full SHA for a74cee5
src/reactpy/reactjs/module.py
@@ -188,7 +188,9 @@ def import_reactjs(
188
Return an import map script tag for ReactJS or Preact.
189
Parameters:
190
framework:
191
- The framework to use, either "preact" or "react". Defaults to "preact".
+ The framework to use, either "preact" or "react". Defaults to "preact" for
192
+ performance reasons. Set this to `react` if you are experiencing compatibility
193
+ issues with your component library.
194
version:
195
The version of the framework to use. Example values include "18", "10.2.4",
196
or "latest". If left as `None`, a default version will be used depending on the
0 commit comments