Add_periodic_callback doesn't work properly if the callback calls add_next_tick_callback?

I don’t think this has anything to do with the callbacks. Rather, add_root does not currently work for “dynamic” (i.e. after init) usage.

Best current WAR is to add a top-level layout like a column once up front and modify it’s children to add or remove “roots”

1 Like