unable to get page properties in nextjs app directory
Unanswered
Devon Rex posted this in #help-forum
Devon RexOP
previously i was able to get the guestGuard property from layout but now after changing to app directory i am no able to get it
const LoginPage=()=>{
return(
.....
)
}
LoginPage.guestGuard = true; //this is the property that i coudnt get on my layout
export default LoginPage;
can you help me i am stuck on it?
const LoginPage=()=>{
return(
.....
)
}
LoginPage.guestGuard = true; //this is the property that i coudnt get on my layout
export default LoginPage;
can you help me i am stuck on it?