fn
changeConfig
const changeConfig = (fn: (c: Config) => void) => { setState(produce(state => { fn(state.config); ...