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
NextJs provides the 'next/link' component that helps with client-side routing for internal pages which currently cannot be used in conjunction with the 'Jenga-UI/link' component.
next-dev.js?3515:20 Warning: Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()?
Check the render method of `ForwardRef(LinkComponent)`.
at PrimaryButton
at LinkComponent (webpack-internal:///./node_modules/next/dist/client/link.js:88:23)
NextJs provides the 'next/link' component that helps with client-side routing for internal pages which currently cannot be used in conjunction with the 'Jenga-UI/link' component.
possible approach -> https://chakra-ui.com/docs/components/link#usage-with-nextjs
The text was updated successfully, but these errors were encountered: