-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
setOpen(false) does not close the window #3
Comments
I figured this one |
@Ofer-Gal Create a route in the application and pass the URL. It would help you to load the CSS. |
Thanks for answering. |
What I mean by creating a route is,
When creating the new route in the application, the new URL loads the application with CSS and no content. Then the Children's content will be added to the popout. |
So |
Wait, Can I do all the content of the child popup in the
Will that work? Thank you in advance |
I added routes with "react-router-dom"
What am I doing wrong? |
Your app is the only one, I found, that allows the child component to have any events inside. Thank you.
But what I found is that using the
setOpen(false);
does not close the popup.Do you have a suggestion to kill the popout from the children?
The text was updated successfully, but these errors were encountered: