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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The Catalyst docs explain how to modify the link components to work with NextJS in https://catalyst.tailwindui.com/docs#integrating-with-next-js
However, when statically type links are active in NextJS https://nextjs.org/docs/app/building-your-application/configuring/typescript#statically-typed-links the types need to be differnt.
For
link.tsx
I found that … works.But now I need to update the types for
TableRowContext
. AlsoPaginationPage
.Anyone figured all this out already?
vercel/next.js#50611 (reply in thread) has some hints but it is unclear how to weave those types through catalyst.
Beta Was this translation helpful? Give feedback.
All reactions