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?
Step 12
Describe the problem
The code this steps described does not match what's in the room branch. The first argument of the ItemDetailsBody composable function is stated as: itemUiState: ItemUiState , however in the room branch, it is itemDetailsUiState: ItemDetailsUiState
The ItemUIState data class does not have the outOfStock property that ItemDetailsUiState data class has which is relevant to the section
The instructions in the codelab states:
However, the actual code in github is:
Additional information Include screenshots if they would be useful in clarifying the problem.
The text was updated successfully, but these errors were encountered:
URL of codelab:
In which task and step of the codelab can this issue be found?
Step 12
Describe the problem
The code this steps described does not match what's in the room branch. The first argument of the ItemDetailsBody composable function is stated as: itemUiState: ItemUiState , however in the room branch, it is itemDetailsUiState: ItemDetailsUiState
The ItemUIState data class does not have the outOfStock property that ItemDetailsUiState data class has which is relevant to the section
The instructions in the codelab states:
![image](https://private-user-images.githubusercontent.com/15178786/401181239-d68ef9b4-be20-4cad-a86b-d327f44f98fc.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0Mzc5ODUsIm5iZiI6MTczOTQzNzY4NSwicGF0aCI6Ii8xNTE3ODc4Ni80MDExODEyMzktZDY4ZWY5YjQtYmUyMC00Y2FkLWE4NmItZDMyN2Y0NGY5OGZjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDA5MDgwNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTgyZDllODYzNWQ2MzRmMWU5M2JhODUzYTA2Yzg4MDI5NGRhYWJkYmVkMzQ4ZTliZjg1MTFmZTM4MDdhZjBjNzkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.WoqySkLUzcuRDop8v9_i24thwrw8pr0neTUplfv_Xd8)
However, the actual code in github is:
![image](https://private-user-images.githubusercontent.com/15178786/401181548-a878efdc-2faf-41f6-a7b4-aae22a3211f6.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0Mzc5ODUsIm5iZiI6MTczOTQzNzY4NSwicGF0aCI6Ii8xNTE3ODc4Ni80MDExODE1NDgtYTg3OGVmZGMtMmZhZi00MWY2LWE3YjQtYWFlMjJhMzIxMWY2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDA5MDgwNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWEyMTE2NTEwYjlhNjk3NDEwNjg1M2MxN2QzOGRmODAyNDc5YmYyMTc3ZjRiYTVjMTk1M2UyYTdlOWUyMzUxYTUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.803sGH5Ctdbuq-4mzj4-rcROrnKEAphY6ZMHj21maQg)
Additional information
Include screenshots if they would be useful in clarifying the problem.
The text was updated successfully, but these errors were encountered: