LiveView’s change tracking doesn’t work when iterating over lists. You can use LiveView streams (not to be confused with Stream module) or LiveComponents to compensate.
You might want to look at this reply to another thread.
LiveView’s change tracking doesn’t work when iterating over lists. You can use LiveView streams (not to be confused with Stream module) or LiveComponents to compensate.
You might want to look at this reply to another thread.