Replies: 1 comment 1 reply
-
update string is not correct maybe because of formatting or something I don't know anything about But from what I see, the actions are read only once during startup. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I externally modified the value of the unDispatchInfo array, but did not trigger the ACTION. Using
//@ ts ignore
State. update ('config. actions. chart timeline grid ', (config)=>{
Config=[gridTippy]
return config
})
It didn't take effect either, why is it
Beta Was this translation helpful? Give feedback.
All reactions