Skip to content

Commit dc57886

Browse files
committed
docs: correct default value in configuration examples
1 parent 1a9a7cc commit dc57886

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
@@ -61,7 +61,7 @@ export default [
6161
settings: {
6262
reactOptions: {
6363
importSource: "react",
64-
jsxPragma: "React",
64+
jsxPragma: "createElement",
6565
jsxPragmaFrag: "Fragment",
6666
additionalHooks: {
6767
useLayoutEffect: ["useIsomorphicLayoutEffect"],
@@ -86,7 +86,7 @@ module.exports = {
8686
settings: {
8787
reactOptions: {
8888
importSource: "react",
89-
jsxPragma: "React",
89+
jsxPragma: "createElement",
9090
jsxPragmaFrag: "Fragment",
9191
additionalHooks: {
9292
useLayoutEffect: ["useIsomorphicLayoutEffect"],

0 commit comments

Comments
 (0)