Dustyn Eskelson
Dustyn Eskelson
I have noticed the same issue with 2 of my widgets I've converted to jsx. The updateState method only runs one time no matter what refreshFrequency is set to. And...
I'm not using command on the 2 widgets I've tried converting to jsx. ```jsx import { css } from 'uebersicht' export const refreshFrequency = 1000 const h = 200 const...
Thank you @felixhageloh, I guess I assumed the command function was strictly for CLI commands. Anyway, everything works perfectly now, Thanks again!