Telegram_2020-06-10T16

<< Click to Display Table of Contents >>

Navigation:  Telegram > 2020 > 06 > 10 >

Telegram_2020-06-10T16

Telegram link

 

2020-06-10T16:24:46

 

I mentioned before and I'm repeating: You don't need to call anything

 


 

Telegram link

 

2020-06-10T16:26:23

 

Ok, I know but nothing appears with the code I do... What am I wrong!?

 


 

Telegram link

 

2020-06-10T16:26:59

 

if you can provide a minimal reproducible test case I'll have a look

 


 

Telegram link

 

2020-06-10T16:28:18

 

Ok tomorrow is another day??

 


 

Telegram link

 

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

 


 

Telegram link

 

2020-06-10T16:28:43

 

What?

 


 

Telegram link

 

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

 


 

Telegram link

 

2020-06-10T16:29:42

 

did you look at the demos?

 


 

Telegram link

 

2020-06-10T16:29:59

 

is that a IWBootstrap application?

 


 

Telegram link

 

2020-06-10T16:30:24

 

No no, it makes deep use of templates

 


 

Telegram link

 

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

 


 

Telegram link

 

2020-06-10T16:36:07

 

Ok, I'll go deeper and try to reproduce better

 


 

Telegram link

 

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