I have a weather console app where I use the SVG component to display wind direction. I get websocket updates and update the app variable from within javascript to show wind direction.
This works great, but over a 12-24 hour period, the svg rotation just stops working. Stopping and restarting the app resolves the issue, for a while.
Debugger shows no console error messages, but app variable does show that I am getting direction changes and it should be updating the svg.
Happens when running in either preview (4.2.9) or standalone (3.4.10) mode.
Appid: 182658
Page: 1
SVG component ID: 3e8f58ac-5476-4141-9b3a-d8eb4b33f02f
Settings not required - app should start updating shortly after it's opened.