Don't use `object` as a type. The `object` type is currently hard to use

后端 未结 0 2663
再見小時候
再見小時候 2021-01-23 14:32
enter code here
const useSetState = (
  initialState: T = {} as T
): [T, (patch: Partial | ((prevState: T) => Partial)) =>         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题