Issue:
Getting the following error when adding new JavaScript function to Blazor WebAssembly app…
Unhandled exception rendering component: Could not find 'xxxxx' ('xxxxx' was undefined).
Error: Could not find 'xxxxx' ('xxxxx' was undefined).
Fix:
If you are running into new function not found issue, make sure you are not using a cache version of index.html by pressing the Ctrl + F5 to refresh index.html.
Comments