You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed all the instructions and added JQuery as well.
but I get this error in loading:
crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: $ is not a function
TypeError: $ is not a function
at Object.JsonViewer (https://localhost:7131/_content/Texnomic.Blazor.JsonViewer/scripts/JsonViewer.js:9:13)
at https://localhost:7131/_framework/blazor.webassembly.js:1:3337
at new Promise (<anonymous>)
at Object.beginInvokeJSFromDotNet (https://localhost:7131/_framework/blazor.webassembly.js:1:3311)
at Object.Gt [as invokeJSFromDotNet] (https://localhost:7131/_framework/blazor.webassembly.js:1:62569)
at Object.Ii (https://localhost:7131/_framework/dotnet..zr9go7vxvc.js:5:71974)
at _mono_wasm_invoke_js_blazor (https://localhost:7131/_framework/dotnet..zr9go7vxvc.js:6077:71)
at do_icall (wasm://wasm/0334fa86:wasm-function[3646]:0xc6f3b)
at do_icall_wrapper (wasm://wasm/0334fa86:wasm-function[3593]:0xc5e37)
at interp_exec_method (wasm://wasm/0334fa86:wasm-function[3522]:0xb6a22)
Microsoft.JSInterop.JSException: $ is not a function
The text was updated successfully, but these errors were encountered:
I just have this simple page:
I followed all the instructions and added JQuery as well.
but I get this error in loading:
The text was updated successfully, but these errors were encountered: