Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Hi SyncFusion Team,

I got the following error when assigning an object (Guid) to Diagram Property "AddInfo" after creation of the DiagramNode Instance..

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>ERROR trace in debugger >>>>>>>>>>>>>>>>>>>>>>>>>>

Cannot read property '0' of undefined

TypeError: Cannot read property '0' of undefined

    at Object.setModel (https://localhost:44318/_content/Syncfusion.Blazor/scripts/syncfusion-blazor-extended-c18382.min.js:1:13627)

    at https://localhost:44318/_framework/blazor.webassembly.js:1:3942

    at new Promise ()

    at Object.beginInvokeJSFromDotNet (https://localhost:44318/_framework/blazor.webassembly.js:1:3908)

    at Object.w [as invokeJSFromDotNet] (https://localhost:44318/_framework/blazor.webassembly.js:1:64232)

    at _mono_wasm_invoke_js_blazor (https://localhost:44318/_framework/dotnet.5.0.6.js:1:190800)

    at do_icall (https://localhost:44318/_framework/dotnet.wasm:wasm-function[10596]:0x194e4e)

    at do_icall_wrapper (https://localhost:44318/_framework/dotnet.wasm:wasm-function[3305]:0x79df9)

    at interp_exec_method (https://localhost:44318/_framework/dotnet.wasm:wasm-function[2155]:0x44ad3)

    at interp_runtime_invoke (https://localhost:44318/_framework/dotnet.wasm:wasm-function[7862]:0x12efff)

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<END debug trace<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<


The code is as follows:

Empty


Best regards,

Peter