RootCauseunvalidated
set((state) => ({...state.appSettings, [val]: data})) — with this second code i get no errors in Webstorm. Tension: the state doesn't appear to be updating. Outcome: the object that is returned by `(state) =>` should be `typeof (state)`.
8a1e0a4e-2c90-48c7-91cf-1a76d3cb5321
set((state) => ({...state.appSettings, [val]: data})) — with this second code i get no errors in Webstorm. Tension: the state doesn't appear to be updating. Outcome: the object that is returned by (state) => should be typeof (state).