On page 20 in step 3 items styled with
<span class="badge badge-info">...</span>
are not displayed. The following style works:
<span class="badge bg-info">...</span>
Also terminal output shows GET request for service-worker.js with 404 response. After copying this file from Northwind.BlasorWasm to Northwind.Mvc these messages are no longer shown. But it doesn't affect the functionality as it seems.