Could be useful for Redux Devtools / debugging: ```typescript setState({stateFn: (s) => ({count: s.count + 1}), action: 'incrementCount'}); ```