Cannot read properties of undefined (reading ‘isOnlyAdmin’)
Hi all! I’m developing an application on NextJS 14 and I need to include Component={Component} in the main file layout.tsx of the component, and for this I need to specify the TypeAppProps type in the variables of the parent function. Please tell me how to do this On NextJs 12 the write for how type […]