Closed blaise17 closed 5 years ago
The config objects are passed by reference. There are no tests for the config page. We can deep clone (without methods) by doing JSON.parse(JSON.stringify(config_thing)), this solves the issue.
The config objects are passed by reference. There are no tests for the config page. We can deep clone (without methods) by doing JSON.parse(JSON.stringify(config_thing)), this solves the issue.