You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add missing onChange handlers to input elements in the documentation examples for Server Functions, especially in server-functions.md. This will make the examples more accurate and prevent confusion for users learning about controlled inputs and. also make the code example valid
Some input elements in the Server Functions documentation (notably in the UpdateName component) currently lack onChange handlers. This makes the examples misleading, as users cannot update the value of these controlled inputs. Adding the appropriate onChange handlers will clarify correct usage and improve the learning experience.