A BIG thanks to the LiveView team for introducing managed lists (streams)

Does anyone know if streams only work in live views and not in live components?

I’m getting the error: lifecycle hooks are not supported on stateful components. when trying to use stream in the update function of a live component.

1 Like