Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Report] 防止在某些场景中将参数转换为 Vue 的代理对象 #251

Open
amipei opened this issue Dec 3, 2024 · 0 comments

Comments

@amipei
Copy link

amipei commented Dec 3, 2024

复现步骤:
const service = ?(某些worker接口)
const { run, data, total } = usePagination(service, {
defaultParams: [{ x: 100 }],
});
如果service 是 worker/ipc(electron)接口则会报错,因为proxy对象并不能被序列化

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant