You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Forward exports in the nuqs/server/cache.d.ts
For some reason, the classic trick of forwarding everything doesn't work under
`nuqs/server/*`.
We're also removing the temporary imports' `moduleResolution: 'node'` helpers,
as v3 will both remove them and require a moduleResolution set to either 'bundler' or 'nodeNext'.
0 commit comments