next.js
2eeaeb06
- [Instant] export "Instant" config type (#90257)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
4 days ago
[Instant] export "Instant" config type (#90257) We forgot to export a type for the `unstable_instant` config. This works now ```tsx import type { Instant } from 'next' export const unstable_instant: Instant = { ... } ```
References
#90257 - [Instant] export "Instant" config type
Author
lubieowoce
Parents
fbe034ae
Loading