Re-rendering of stable tasks is not possible, which causes weird behavior
When I activate :
enterString :: Task String
enterString = enterInformation "Enter a string" []
and enter a string, then press close, I would expect that only the tab is closed, but the task is still active. However, when I re-open the task, the string has vanished. I would expect that the local value would have been remembered...