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
In which task and step of the codelab can this issue be found?
Calculate a custom tip, step 4
Describe the problem
The onValueChange in EditNumberField is suddenly changed to onValueChanged with letter d. In Intro to state in Compose codelab, the EditNumberField Composable is set to onValueChange while in the next codelab, Calculate a custom tip the onValueChange in EditNumberField is set to onValueChanged with letter d.
URL of codelab
In which task and step of the codelab can this issue be found?
Calculate a custom tip, step 4
Describe the problem
The onValueChange in EditNumberField is suddenly changed to onValueChanged with letter d. In Intro to state in Compose codelab, the EditNumberField Composable is set to onValueChange while in the next codelab, Calculate a custom tip the onValueChange in EditNumberField is set to onValueChanged with letter d.
Steps to reproduce?
Additional information
Intro to state in Compose codelab - State hoisting
Calculate a custom tip codelab - Add a tip percentage textfield
The text was updated successfully, but these errors were encountered: