File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,9 @@ You can find the most recent version of this guide [here](https://github.com/fac
6161 - [ Disabling jsdom] ( #disabling-jsdom )
6262 - [ Snapshot Testing] ( #snapshot-testing )
6363 - [ Editor Integration] ( #editor-integration )
64+ <!--
6465- [Developing Components in Isolation](#developing-components-in-isolation)
66+ -->
6567- [ Making a Progressive Web App] ( #making-a-progressive-web-app )
6668 - [ Offline-First Considerations] ( #offline-first-considerations )
6769 - [ Progressive Web App Metadata] ( #progressive-web-app-metadata )
@@ -1282,6 +1284,7 @@ If you use [Visual Studio Code](https://code.visualstudio.com), there is a [Jest
12821284
12831285![ VS Code Jest Preview] ( https://cloud.githubusercontent.com/assets/49038/20795349/a032308a-b7c8-11e6-9b34-7eeac781003f.png )
12841286
1287+ <!--
12851288## Developing Components in Isolation
12861289
12871290Usually, in an app, you have a lot of UI components, and each of them has many different states.
@@ -1321,6 +1324,7 @@ Learn more about React Storybook:
13211324* [GitHub Repo](https://github.com/kadirahq/react-storybook)
13221325* [Documentation](https://storybooks.js.org/docs/react-storybook/basics/introduction/)
13231326* [Snapshot Testing](https://github.com/kadirahq/storyshots) with React Storybook
1327+ -->
13241328
13251329## Making a Progressive Web App
13261330
You can’t perform that action at this time.
0 commit comments