Trigger
doesn't work when provided as a context in a Transition
#1948
Labels
bug
Something isn't working
Describe the bug
Using a trigger provided as a context and used in a child which is nested in a Transition does not work.
Leptos Dependencies
To Reproduce
In this example, the count should increment every 500ms.
However, with this specific code it doesn't work. But if you change either:
create_trigger
below thecreate_resource
Then the bug disappears and the code works correctly.
Expected behavior
The code should work no matter if the Trigger or Resource is created first.
The text was updated successfully, but these errors were encountered: