Redux State Proxy
console.log(current(state))
Corner Camper
console.log(current(state))
Redux toolkit includes the immer current function specifically for this purpose. You can call:
console.log(current(state))