Skip to content

Commit 16b4514

Browse files
committed
docs: update jsxPragma docs
1 parent 5b62a6e commit 16b4514

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/pages/docs/configuration.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ This allows to specify a custom import location for React when not using the off
1515

1616
### `jsxPragma`
1717

18-
(type: `string`, default: `"React"`)
18+
(type: `string`, default: `"createElement"`)
1919

2020
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"`).
21+
This should not be a member expression (i.e. use `"createElement"` instead of `"React.createElement"`).
2222

2323
### `jsxPragmaFrag`
2424

0 commit comments

Comments
 (0)