-
Notifications
You must be signed in to change notification settings - Fork 693
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
Custom panel crashes during hot reload #9212
Labels
Comments
microsoft-github-policy-service
bot
added
the
needs-triage
Issue needs to be triaged by the area owners
label
Jan 7, 2024
bpulliam
added
team-Markup
Issue for the Markup team
area-HotReload
and removed
needs-triage
Issue needs to be triaged by the area owners
labels
Jan 18, 2024
Hi, I'm trying to repro this, but I'm not seeing a crash. Can you please include a minimal repro project? Thanks! |
JesseCol
added
the
needs-author-feedback
Asked author to supply more information.
label
Jul 17, 2024
ok, I will upload a demo |
microsoft-github-policy-service
bot
added
needs-triage
Issue needs to be triaged by the area owners
and removed
needs-author-feedback
Asked author to supply more information.
labels
Jul 27, 2024
ok, I will upload a demo |
JesseCol
added
needs-author-feedback
Asked author to supply more information.
and removed
needs-triage
Issue needs to be triaged by the area owners
labels
Aug 1, 2024
microsoft-github-policy-service
bot
added
needs-triage
Issue needs to be triaged by the area owners
and removed
needs-author-feedback
Asked author to supply more information.
no-recent-activity
labels
Aug 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Describe the bug
winui3 cpp
I customized a panel. When I run it, I modify the properties of my panel. It is normal and as expected, but when I delete an attribute, it crashes.
This is my layout and my custom panel(yoga:FlexLayout),When I modify the value of Wrap it is normal,But when I remove this Wrap, it crashes
Layout after deletion:
This all happens in hot reload when xaml is modified
Steps to reproduce the bug
Customize the panel, and then delete some of the added attributes after starting it.
Expected behavior
No response
Screenshots
No response
NuGet package version
None
Windows version
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: