mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* [tutorial] Add missing import At line 474, we declare reqwasm and serde but we doesn't add them in scope. This change is to add the import of Deserialize and Request * [tutorial] Correct missing import Correct the missing import declaration by adding it in the next snippet * Update PR to resolve the issues This PR has been blocked for months. I'm updating it so we can merge it * Apply suggestions from code review Co-authored-by: Yohan GOUZERH <yohan.gouzerh@viseo.com> Co-authored-by: Muhammad Hamza <muhammadhamza1311@gmail.com>