-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Describe the bug
When trying to implement the useDisclosure hook, the following error occurs.
export 'useDisclosure' was not found in 'minerva-ui'
To Reproduce
Steps to reproduce the behavior:
- On an application with access to minerva-ui, import the useDisclosure hook.
import { useDisclosure } from 'minerva-ui' - Implement the hook inside a function.
const { isOpen, onOpen, onClose } = useDisclosure(); - See if the following error display.
export 'useDisclosure' was not found in 'minerva-ui'
Expected behavior
A clear and concise description of what you expected to happen.
Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Additional context
Add any other context about the problem here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
