DioxusLabs / dioxus

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

Fix fullstack render server context #2139

Closed DonAlonzo closed 3 months ago

DonAlonzo commented 3 months ago

Calls to extract during initial render would behave differently from calls to extract in server functions called through the API. This fixes it.