next.js
f4a01b4b
- Make prefetch not async (#48897)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
Make prefetch not async (#48897) The prefetch method is currently an async method but there's nothing to await. It's updated out-of-band. It shouldn't return a Promise. I also found a console.log that looked out of place.
References
#48897 - Make prefetch not async
Author
sebmarkbage
Parents
98e0c4a5
Loading