I'm trying to write a method that resets all feature flags in a default state. But when I re-initialize new data for the panel, the data that was changed does not change in ui. They only change if the application is restarted. If I try to do this through the add(), remove() methods, the screen twitches. How can i solve this problem?
I'm trying to write a method that resets all feature flags in a default state. But when I re-initialize new data for the panel, the data that was changed does not change in ui. They only change if the application is restarted. If I try to do this through the add(), remove() methods, the screen twitches. How can i solve this problem?