We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
复现步骤: const service = ?(某些worker接口) const { run, data, total } = usePagination(service, { defaultParams: [{ x: 100 }], }); 如果service 是 worker/ipc(electron)接口则会报错,因为proxy对象并不能被序列化