We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Encountered another type errors with the Modal from @patternfly/react-core v1.8.1.
TS2305: Module '"/Users/dlabrecq/Work/hccm/repos/koku-ui/node_modules/@patternfly/react-core/dist/js/index"' has no exported member 'Modal'
My workaround is to import like so:
import { Alert, AlertVariant, Button, ButtonVariant, // Modal, } from '@patternfly/react-core'; import { Modal } from '@patternfly/react-core/dist/js/components/Modal';
The text was updated successfully, but these errors were encountered:
fix(modal): add missing modal typings
4078f0f
Fixes: patternfly#581
f9e41c7
fix(modal): add missing modal typings (#586)
80c2b83
Fixes: #581
No branches or pull requests
Encountered another type errors with the Modal from @patternfly/react-core v1.8.1.
TS2305: Module '"/Users/dlabrecq/Work/hccm/repos/koku-ui/node_modules/@patternfly/react-core/dist/js/index"' has no exported member 'Modal'
My workaround is to import like so:
The text was updated successfully, but these errors were encountered: