-
Notifications
You must be signed in to change notification settings - Fork 9
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
DialogOutlet doesn't work properly #60
Comments
Hi, thanks for using Ignis! This might actually be a bug you encountered, I will have to test this properly. Does it work for you if you render the transition as a <Transition AsComponent="typeof(Fragment)">
<Dialog />
</Transition> |
Sorry for confusion, but yes - my code looks like here: |
If you could provide an example repository where you reproduce this behavior it would be really helpful! |
Don't worry! I could fix it. p.s If your app isn't InteractiveAuto globally, you shouldn't put it into |
Interesting! Thanks for the analysis. I will have a deeper look into this to understand exactly what the problem here is and then either fix it or document it as you described! |
Hi! Thank you so much for this library, very useful!
I've found some issue, when use
<Dialog />
component wrapped byTransition
. Dialog appears in the place where it was created but not inside DialogOutlet itself.Am I doing something wrong?
Code example:
The text was updated successfully, but these errors were encountered: