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 5b62a6e commit 16b4514Copy full SHA for 16b4514
website/pages/docs/configuration.mdx
@@ -15,10 +15,10 @@ This allows to specify a custom import location for React when not using the off
15
16
### `jsxPragma`
17
18
-(type: `string`, default: `"React"`)
+(type: `string`, default: `"createElement"`)
19
20
The identifier that's used for JSX Element creation.\
21
-This should not be a member expression (i.e. use `"React"` instead of `"React.createElement"`).
+This should not be a member expression (i.e. use `"createElement"` instead of `"React.createElement"`).
22
23
### `jsxPragmaFrag`
24
0 commit comments