chore: fix spelling

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-08-22 11:50:19 +02:00
parent 4f7c799c6d
commit 0f0a56a910
+1 -1
View File
@@ -25,7 +25,7 @@ jest.mock(
);
```
You can also remove any occurences of `hot(App)` and any import of `react-hot-loader` if you're using the that package locally, as all this has now been replaced with [React Refresh](https://www.npmjs.com/package/react-refresh) which you will get out of the box with the new CLI.
You can also remove any occurrence of `hot(App)` and any import of `react-hot-loader` if you're using the that package locally, as all this has now been replaced with [React Refresh](https://www.npmjs.com/package/react-refresh) which you will get out of the box with the new CLI.
**Note** If you're experiencing difficulties with running tests after the migration, please reach out to us on Discord to see if we can help, or raise an issue. But in the meantime you can switch back to the existing behaviour by using the following config in your root `package.json`.