From 0f0a56a9107e373edd650a415ced76d94a293944 Mon Sep 17 00:00:00 2001 From: blam Date: Mon, 22 Aug 2022 11:50:19 +0200 Subject: [PATCH] chore: fix spelling Signed-off-by: blam --- .changeset/nervous-rivers-sneeze.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/nervous-rivers-sneeze.md b/.changeset/nervous-rivers-sneeze.md index e190a8bc47..f146a37030 100644 --- a/.changeset/nervous-rivers-sneeze.md +++ b/.changeset/nervous-rivers-sneeze.md @@ -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`.