Skip to content

Commit

Permalink
update test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Oct 6, 2021
1 parent f643ccf commit cca951b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,4 +1,4 @@
{
"throws": "__source and __self should not be defined in props and are reserved for internal usage",
"throws": "Duplicate __self prop found. You are most likely using the deprecated transform-react-jsx-self Babel plugin. Both __source and __self are automatically set when using the automatic runtime. Please remove transform-react-jsx-source and transform-react-jsx-self from your Babel config.",
"plugins": ["transform-react-jsx-development"]
}
@@ -1,4 +1,4 @@
{
"throws": "__source and __self should not be defined in props and are reserved for internal usage",
"throws": "Duplicate __source prop found. You are most likely using the deprecated transform-react-jsx-source Babel plugin. Both __source and __self are automatically set when using the automatic runtime. Please remove transform-react-jsx-source and transform-react-jsx-self from your Babel config.",
"plugins": ["transform-react-jsx-development"]
}

0 comments on commit cca951b

Please sign in to comment.