Peeke

Results 1 comments of Peeke

I've found a workaround: ``` const stateActions = React.useMemo( () => mapValues(actions, fn => (...args) => setState(s => ({ ...fn(...args)(s) })) ), [] ) ``` The issue seems to be...