DioxusLabs / dioxus

Fullstack GUI library for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
19.3k stars 735 forks source link

Fix: requeue events, process events #2236

Closed jkelleyrtp closed 2 months ago

jkelleyrtp commented 2 months ago

Also fixes the memochain example by calling process_events in more places.

This code needs to be refactored/lightly rewritten since we've done a lot of work with suspense and memos recently. These are little bugs that should be easy to catch.