We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--legacy-peer-deps
1 parent b573e21 commit e9ab3f4Copy full SHA for e9ab3f4
docs/docs/how-to/performance/partial-hydration.md
@@ -15,7 +15,7 @@ We highly recommend reading the [Partial Hydration conceptual guide](/docs/conce
15
- A Gatsby project set up with `[email protected]` or later. (Need help creating one? Follow the [Quick Start](/docs/quick-start/))
16
- `react@experimental` and `react-dom@experimental` installed. You can install it like this:
17
```shell
18
- npm install --save-exact react@experimental react-dom@experimental
+ npm install --save-exact react@experimental react-dom@experimental --legacy-peer-deps
19
```
20
- Enable the `PARTIAL_HYDRATION` flag in `gatsby-config`:
21
```js:title=gatsby-config.js
0 commit comments