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
Hey guys,
the types in ConfirmDialog.d.ts has mismatches with the export in ConfirmDialog.js.
The component returns a tuple of [show, hide]. The show-functions works but hide does not do anything.
In the documentation I cannot find anything about it.
https://codesandbox.io/s/primereact-test-forked-02vtpx
8.2.0
17.x
TypeScript
Create React App (CRA)
all
open reproducer sandbox and wait till timeout
The text was updated successfully, but these errors were encountered:
OK I can confirm the hide method is being called it just doesn't look like it actually does anything.
hide
OverlayService.emit('confirm-dialog', { visible: false });
Sorry, something went wrong.
I have assigned to Mert as I don't quite understand how this confirm dialog is wired up.
108dc54
mertsincan
No branches or pull requests
Describe the bug
Hey guys,
the types in ConfirmDialog.d.ts has mismatches with the export in ConfirmDialog.js.
The component returns a tuple of [show, hide]. The show-functions works but hide does not do anything.
In the documentation I cannot find anything about it.
Reproducer
https://codesandbox.io/s/primereact-test-forked-02vtpx
PrimeReact version
8.2.0
React version
17.x
Language
TypeScript
Build / Runtime
Create React App (CRA)
Browser(s)
all
Steps to reproduce the behavior
open reproducer sandbox and wait till timeout
Expected behavior
The text was updated successfully, but these errors were encountered: