Skip to content

fix: more unique keys for tasks to reduce mixup during hot reloads#609

Merged
maartenbreddels merged 1 commit intomasterfrom
fix_more_unique_keys_for_tasks
Apr 22, 2024
Merged

fix: more unique keys for tasks to reduce mixup during hot reloads#609
maartenbreddels merged 1 commit intomasterfrom
fix_more_unique_keys_for_tasks

Conversation

@maartenbreddels
Copy link
Copy Markdown
Contributor

When used in use_task, this can create many keys, which after a next render can be mixed up with a global task.

Now the key include the function name, so it is more unique.

When used in use_task, this can create many keys, which after
a next render can be mixed up with a global task.

Now the key include the function name, so it is more unique.
@maartenbreddels maartenbreddels force-pushed the fix_more_unique_keys_for_tasks branch from eb07c53 to c761c8a Compare April 19, 2024 13:23
@maartenbreddels maartenbreddels merged commit 241ae67 into master Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant