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
The problem occurs because function-type components, such as Link in next-view-transitions, cannot receive a ref directly. In this case, the Button component is trying to use asChild with a Link, which causes a conflict because the ref cannot be passed correctly.
The text was updated successfully, but these errors were encountered:
nextjs: 14.2.18
next-view-transitions: "^0.3.2",
The problem occurs because function-type components, such as Link in next-view-transitions, cannot receive a ref directly. In this case, the Button component is trying to use asChild with a Link, which causes a conflict because the ref cannot be passed correctly.
The text was updated successfully, but these errors were encountered: