I am using an EventSource to update a signals value when messages come in.
The problem is on the html template. I am displaying the signal <p>{{item()}}</p>.
The signal value is changing over time, but the template doesn't show the new value unless I interact with the page.
For example if I close the nav bar or click a button that does nothing, then the template updates with the real signals value.
Any help appreciated. Can show code if necessary.