Closed MeetinaXD closed 2 months ago
Latest commit: 3c1f83748d62e7aee53b8d0729f65c6ec6fb03e6
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
这个 PR 是什么类型?/ What type of PR is this?
这个 PR 做了什么?/ What does this PR do?
fix the incorrect exposure type of the use hook. (
usePagination
,useForm
,useRetriable
etc...)文档 / Docs
This issue is caused by incorrectly defining the return type of
this
inUseHookExposure
. I added a generic context type calledSelfType
to make it possible to pass "this" through manually.测试 / Testing
ALL tests passed.