I'm working with ionic react and I want to use useIonViewDidEnter
in the menu component but useIonViewDidEnter
in the menu component doesn't work and nothing showing in the console, anyone can help, please?
const ManagerMenu: React.FC = () => {
useIonViewDidEnter(() => {
console.log('isAuthorizedToSeeContracts')
})