Fix pragmaFrag spelling in error message (#10868)
This commit is contained in:
parent
bffa415b83
commit
a0d76a8c0e
@ -80,7 +80,7 @@ export default declare((api, options) => {
|
|||||||
) {
|
) {
|
||||||
throw new Error(
|
throw new Error(
|
||||||
"transform-react-jsx: pragma has been set but " +
|
"transform-react-jsx: pragma has been set but " +
|
||||||
"pragmafrag has not been set",
|
"pragmaFrag has not been set",
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"throws": "transform-react-jsx: pragma has been set but pragmafrag has not been set"
|
"throws": "transform-react-jsx: pragma has been set but pragmaFrag has not been set"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user