|
<< Click to Display Table of Contents >> Navigation: Telegram > 2020 > 06 > 10 > Telegram_2020-06-10T16 |
2020-06-10T16:24:46
I mentioned before and I'm repeating: You don't need to call anything
2020-06-10T16:26:23
Ok, I know but nothing appears with the code I do... What am I wrong!?
2020-06-10T16:26:59
if you can provide a minimal reproducible test case I'll have a look
2020-06-10T16:28:18
Ok tomorrow is another day??
2020-06-10T16:28:20
but seems to me that you are doing lots of things manually already. The new render async won't play well with whatever you do manually
2020-06-10T16:28:43
What?
2020-06-10T16:29:32
don't know your code in detail. But you are adding events to the callback response manually. Not sure if those are events that are also being rendered automatically
2020-06-10T16:29:42
did you look at the demos?
2020-06-10T16:29:59
is that a IWBootstrap application?
2020-06-10T16:30:24
No no, it makes deep use of templates
2020-06-10T16:31:32
you are destroying some component at runtime and this is causing a problem when rendering. This is what I can see from here
2020-06-10T16:36:07
Ok, I'll go deeper and try to reproduce better
2020-06-10T16:37:36
if you are destroying some component at runtime, start simple: destroy a single component (do not create others) and see what it happens