Parallel in combination with tabs spawns broken buttons
The following code:
module test
import iTasks
Start w = startEngine (
parallel
[(Embedded, \_->viewInformation () [] ())]
[OnAction (Action "Close") (always (Embedded, \_->treturn ()))]
<<@ ArrangeWithTabs False
) w
Result in TWO tabs where the second tab is an unrendered RawAction.