-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Forge - App UI Web
Issue Summary
The useConfig hook should have a mutation option so developers can programmatically save the config. This would likely also solve the “toggle to refresh” workaround hack in the Loom posted above. eg const [config, setConfig] = useConfig(): useConfig
Steps to Reproduce
N/A.
Expected Results
N/A.
Actual Results
N/A.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available