diff --git a/samples/react-search-refiners/README.md b/samples/react-search-refiners/README.md
index e12300529..7ee375743 100644
--- a/samples/react-search-refiners/README.md
+++ b/samples/react-search-refiners/README.md
@@ -62,6 +62,13 @@ Version|Date|Comments
2.1.2.0 | Nov 9, 2018 |
- Bug fix for IE11.
- Added date query variables.
- Added support for both result source id and query template.
- Added `getUniqueCount` helper function.
2.2.0.0 | Nov 11, 2018 | - Upgraded to SPFx 1.7.0
- Added a TypeScript Azure Function to demonstrate NLP processing on search query
- Removed extension data source. Now we use the default SPFx 'Page Environment' data source.
+## Important notice on upgrading the solution from pre v2.2.0.0
+**Due to code restucturing we have hit an edge case which impacts upgrades from previous versions. To solve the issue go to `https://.sharepoint.com/sites//Lists/ComponentManifests` and remove the entries for SearchBox and Search Results, and then upload the .sppkg for the new release.**
+
+**Next you need to loop over all sites which have the web parts installed, and upgrade the App on those sites. Now the web parts should work on new and existing sites. You may use the PnP command `Update-PnPApp` to update the application.**
+
+**If you have deployed the solution as a tenant wide extension, this should not impact you.**
+
## Disclaimer
**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.**