SolidJSS
SolidJSโ€ข11mo agoโ€ข
4 replies
JonathanExcelsior

reconcile within produce

Is it possible to use reconcile within the produce utility?

setState(
  produce(state => {
    state.users = reconcile([...state.users, { id: 10, name: "john" }])
  })
)
Was this page helpful?