cloud-native-toolkit / cloud-native-toolkit/planning
Error in Session 1 instructions for mock service creation
Open
bug
documentation
- Dominant language
- No language data
- Stars
- 4
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
The example for updating the "client/src/App.jsx" file in the bff section has the following line:
this.stockService = props.stockService || new MockStockService();
This is incorrect and causes a compile error. The line should read:
this.stockService = props.stockService || new StockItemMockService();
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.