Closed anfragment closed 1 week ago
App's frontend bound methods might get called before app.DomReady terminates, which might result in an application crash. This could be fixed by:
app.DomReady
app.Startup
Description
App's frontend bound methods might get called before
app.DomReady
terminates, which might result in an application crash. This could be fixed by:app.Startup
insteadapp.Startup
which all frontend methods can hook into to wait for their dependencies