RazorComponents.Markdown icon indicating copy to clipboard operation
RazorComponents.Markdown copied to clipboard

I got this error when trying the HostBase demo

Open zhangzq71 opened this issue 4 years ago • 1 comments

I tried it in Ubuntu 20.04, and the log was attached here. localhost-1631783255753.log

zhangzq71 avatar Sep 16 '21 09:09 zhangzq71

I'm getting this, too. (At least I think this is the error that @zhangzq71 is asking about; there are several in the log.)

Specifically:

Unhandled exception rendering component: Could not find 'StardustDL_RazorComponents_Markdown.highlight' ('StardustDL_RazorComponents_Markdown' was undefined).
      Error: Could not find 'StardustDL_RazorComponents_Markdown.highlight' ('StardustDL_RazorComponents_Markdown' was undefined).
          at https://localhost:5001/_framework/blazor.webassembly.js:1:1287
          at Array.forEach (<anonymous>)
          at e.findFunction (https://localhost:5001/_framework/blazor.webassembly.js:1:1247)
          at b (https://localhost:5001/_framework/blazor.webassembly.js:1:2989)
          at https://localhost:5001/_framework/blazor.webassembly.js:1:3935
          at new Promise (<anonymous>)
          at Object.beginInvokeJSFromDotNet (https://localhost:5001/_framework/blazor.webassembly.js:1:3908)
          at Object.w [as invokeJSFromDotNet] (https://localhost:5001/_framework/blazor.webassembly.js:1:64232)
          at _mono_wasm_invoke_js_blazor (https://localhost:5001/_framework/dotnet.5.0.10.js:1:190800)
          at do_icall (wasm://wasm/00aba242:wasm-function[10596]:0x194e4e)

gregsdennis avatar Mar 21 '22 11:03 gregsdennis