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
Perhaps the best answer is to:
This would
const modal = useModal(); if (modal === FallbackModal) { // disable } else { const { showModal } = modal; // showmaol }
Originally posted by @michaeltford in #84 (comment)
The text was updated successfully, but these errors were encountered:
#86 added global configuration object and enforceProvider rule
e3238b3
#86 bump version
9e64189
#86 modal config (#87)
b6c8bc1
* #86 added global configuration object and enforceProvider rule * #86 bump version
Successfully merging a pull request may close this issue.
Perhaps the best answer is to:
This would
Originally posted by @michaeltford in #84 (comment)
The text was updated successfully, but these errors were encountered: