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.
Screenshots

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.
Describe the bug
When trying to implement the
useDisclosurehook, the following error occurs.export 'useDisclosure' was not found in 'minerva-ui'To Reproduce
Steps to reproduce the behavior:
import { useDisclosure } from 'minerva-ui'const { isOpen, onOpen, onClose } = useDisclosure();export 'useDisclosure' was not found in 'minerva-ui'Expected behavior
A clear and concise description of what you expected to happen.
Screenshots

Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.