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: vue3 框架下使用useDebounce发生错误 #78

Closed
zuolung opened this issue Oct 9, 2024 · 5 comments
Closed

bug: vue3 框架下使用useDebounce发生错误 #78

zuolung opened this issue Oct 9, 2024 · 5 comments
Labels
bug Something isn't working help wanted Extra attention is needed need reproduce not provide code split or repo wontfix This will not be worked on

Comments

@zuolung
Copy link

zuolung commented Oct 9, 2024

image
image

@zuolung zuolung added the bug Something isn't working label Oct 9, 2024
Copy link

github-actions bot commented Oct 9, 2024

welcome discuss in wechat:

@github-actions github-actions bot added the need reproduce not provide code split or repo label Oct 9, 2024
@innocces
Copy link
Owner

innocces commented Oct 9, 2024

铁汁方便给个仓库嘛~ 信息有点少不太好定位你的问题

@innocces
Copy link
Owner

innocces commented Oct 9, 2024

这块还是因为嵌套的原因。 当时这个 useMemo 设计的不太好. 内容嵌套了. 导致深度 proxy 掉了。这里的 run 还得脱敏一下.

const memoRef = ref(create()) as Ref<T>;

return reactive(memoRef);

image

@innocces innocces added the help wanted Extra attention is needed label Oct 10, 2024
Copy link

Hello @zuolung. We totally like your proposal/feedback, welcome to send us a Pull Request for it. Please be sure to fill in the default template in the Pull Request, provide changelog/documentation/test cases if needed and make sure CI passed, we will review it soon. We appreciate your effort in advance and looking forward to your contribution!

你好 @zuolung,我们完全同意你的提议/反馈,欢迎直接在此仓库创建一个 Pull Request 来解决这个问题。请务必填写 Pull Request 内的预设模板,提供改动所需相应的 changelog、测试用例、文档等,并确保 CI 通过,我们会尽快进行 Review,提前感谢和期待您的贡献。

Copy link

stale bot commented Dec 12, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Dec 12, 2024
@stale stale bot closed this as completed Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed need reproduce not provide code split or repo wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants