-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Hot reload seems not working using Maui toolkit popup #131
Comments
Hi, @jmmortega ! Unfortunately, no. I use MAUI Xaml tools for HotReload and it doesn't have any additional log. You can try to comment |
Yes, I tried. I created a minimal reproduction with I'm thinking would be the error, but when test the minimal reproduction, the hot reload works 😅 So, I not pretty sure why is the main reason that hot reload fails here. |
So, I found the reason that hot reload not working. When using the Community toolkit popups the content inside can't reflect the hot reload changes. Share with you a small project to try to reproduce.
Expected: Changes should be reflect. The weird thing here is... I expect hot reload not working the first time, when you open the popup, but if you create a change and then open the popup again, the changes should be reflected, isn't? Thank you Again, if you need anything, ping me. |
Hi, @jmmortega ! Unfortunately, I can't fix this issue. It seems like a bug (or by design) in the CommunityToolkit popup. We have two views in the If this is very important to you, you can ask a question in the toolkit repository |
There any way to run the hot reload function in diagnostics mode?
I try the tool in a project and seems don't reload in a concrete case. I tried create a minimal project with the things that I'm thinking would be the reason to can't reload, but works. So, if there any way to activate a debug mode where receive the hot reload log or the exception would be really nice to understand what happens and also maybe could share with you.
BTW, kudos for the tool! If you need any hand with something. I'm happy to help.
The text was updated successfully, but these errors were encountered: