Open arminsalcin opened 3 years ago
Yep I also had the same problem. Do you have a solution yet?
Anybody know how to work around this?
I'm currently manually triggering a re-render of my component. But for a another usecase it is not a valid solution (reload takes too long and has to be done too often).
Hello to all,
I have a problem with decorators if i try yp update decorator on fly decorator doesn;t change here is example...
So what happens we have some api call we get some words, and we put that in regex and put in decorator all works perfect, but when we change some words on the fly (we have example button that change words) and it trigger the api again we get new words via selector from store but new words doesnt apply in decorator only old decorator remains. I can approve that runing code
which always have only first state decorator...