Files
web/packages/booking-flow/lib/utils/nuqs.ts
Anton Gunnarsson f7ef58eafa Merged in feat/sw-2874-move-select-rate (pull request #2750)
Approved-by: Joakim Jäderberg
2025-09-03 08:30:05 +00:00

10 lines
382 B
TypeScript

// We re-export the NuqsAdapter here to work around issues
// with the consuming apps using nuqs from another module.
// See: https://github.com/47ng/nuqs/issues/798
// We should fix this another way, but moving it to peerDeps
// didn't seem to work so the next solution would be to move
// nuqs to a custom workspace package.
export { NuqsAdapter } from "nuqs/adapters/next/app"