Does the library work with Nextjs 14 app router? #378
-
Documentation doesn't separate app router and pages router configuration. Does the router matter and is the library compatible with Nextjs 14 app router? |
Beta Was this translation helpful? Give feedback.
Answered by
better-salmon
Feb 29, 2024
Replies: 1 comment 2 replies
-
Hello @mkotamies! The library is almost fully compatible with the App Router, with only one limitation. Currently, |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
mkotamies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @mkotamies! The library is almost fully compatible with the App Router, with only one limitation. Currently,
revalidatePath
fromnext/cache
is not functioning. However, I am actively working on a solution and hope to have it resolved in the upcoming minor update.