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
Dialog
mask
modal
undefined
Tailwind: Dialog - mask: modal property is undefined
Under the mask function for tailwind, modal is always undefined.
mask: (props: TailwindDialogDialogProps) => ({ className: classNames('transition duration-200 bg-black/40', { 'bg-black/40': props.modal === true, }), }),
No response
10.0.9
18.x
TypeScript
Create React App (CRA)
The text was updated successfully, but these errors were encountered:
Fix primefaces#5296: Tailwind dialog mask props
6863cff
Merge pull request #5305 from melloware/PR5296
c270c51
Fix #5296: Tailwind dialog mask props
melloware
Successfully merging a pull request may close this issue.
Describe the bug
Tailwind:
Dialog
-mask
:modal
property isundefined
Under the
mask
function for tailwind, modal is always undefined.Reproducer
No response
PrimeReact version
10.0.9
React version
18.x
Language
TypeScript
Build / Runtime
Create React App (CRA)
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: