This is my very simple reducer:
import { createSlice } from "@reduxjs/toolkit"; const initState = { red: 0, green: 0, blue: 0, }; const colo