Code Monkey home page Code Monkey logo

Comments (5)

cwevers avatar cwevers commented on July 22, 2024

Same here

from blazormonaco.

leigh-pointer avatar leigh-pointer commented on July 22, 2024

@FLAMESpl try setting the value in AfterRender, then you can be pretty sure the interop is loaded.

from blazormonaco.

FLAMESpl avatar FLAMESpl commented on July 22, 2024

It is assigned on button click after I stay on a page for few minutes.

from blazormonaco.

burtonrodman avatar burtonrodman commented on July 22, 2024

I am having same issue. In my situation, I am using a Blazor WebAssembly project and I have a page that I visit multiple times to edit the details of an item. If I use ConstructionOptions, the value is set on the first instantiation, but then remains the same in subsequent visits to the page -- even though I see the OnInitializedAsync and OnParametersSetAsync get called and I am getting the correct parameters, loading the data and updating the models -- The editor never gets re-initialized with the new value.

If I remove the Value from the ConstructionOptions and try to set it in OnAfterRenderAsync, I get the error (regardless of firstRender).

any suggestions would be appreciated.

from blazormonaco.

burtonrodman avatar burtonrodman commented on July 22, 2024

I was able to resolve the issue by setting Value to a single space in the ContructionOptions, and also handle OnDidInit to set the value via SetValue method after my data was loaded.

This seems like a bug on 2 points...

  • Calling SetValue after initialization when ConstructionOptions.Value is empty throws the error
  • Visiting a page containing the editor doesn't refresh the value when provided by ConstructionOptions.

from blazormonaco.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.