cloud-native-toolkit / cloud-native-toolkit/planning

Error in Session 1 instructions for mock service creation

Open
#8 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.