Apollo layout broken when upograding to nextJs 15.0.01 #2919
Unanswered
chrishj59
asked this question in
PrimeReact Templates
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
PrimeReact apollo will not run pnpm run build on NextJs v15.0.1
The error reported is:
`Type error: Argument of type 'ReactNode' is not assignable to parameter of type 'Usable'.
Type 'undefined' is not assignable to type 'Usable'.
25 |
26 | const Layout = (props: ChildContainerProps) => {
Beta Was this translation helpful? Give feedback.
All reactions