A react hook that will attempt to leave the passed roleName, on unmount of component.
import { useTrixtaRoleUnmount } from '@trixtateam/trixta-js-core'; useTrixtaRoleUnmount({ roleName });
roleName : string
Trixta role name
This hook returns nothing
Last updated 2 years ago