1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

⚠️ prefetch is a production only feature ⚠️ (#3851)

I was wondering why I couldn't see the prefetch network request.
Turns out I wasn't forwarding the property to the next router nor I was running the application in production.
This commit is contained in:
Olivier Tassinari 2018-02-20 14:24:51 +01:00 committed by Tim Neutkens
parent a10324d591
commit 27f70839eb

View file

@ -608,7 +608,7 @@ The above `router` object comes with an API similar to [`next/router`](#imperati
### Prefetching Pages
(This is a production only feature)
⚠️ This is a production only feature ⚠️
<p><details>
<summary><b>Examples</b></summary>