Skip to content
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

Fix templates merging in debug mode in macros #2828

Merged
merged 9 commits into from
Aug 13, 2024

Conversation

ealmloff
Copy link
Member

Follow up to #2799 to fix debug mode templates. During debug mode, we use global signals with a key based on the line-file-col-index information of the template. This PR changes debug mode to always use the initial template until it is hot reloaded

@ealmloff ealmloff added bug Something isn't working hot-reload Related to the hot reload crate rsx Related to rsx or the dioxus-rsx crate labels Aug 13, 2024
@ealmloff ealmloff enabled auto-merge (squash) August 13, 2024 17:27
@ealmloff ealmloff merged commit 959ab67 into DioxusLabs:main Aug 13, 2024
15 checks passed
@jkelleyrtp jkelleyrtp added this to the 0.6.0 milestone Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hot-reload Related to the hot reload crate rsx Related to rsx or the dioxus-rsx crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants