This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
ant-design
Watch
1
Star
0
Fork
0
You've already forked ant-design
mirror of
https://github.com/ant-design/ant-design.git
synced
2024-11-25 03:29:59 +08:00
Code
Issues
Actions
35
Packages
Projects
Releases
Wiki
Activity
f6c235462e
ant-design
/
components
/
modal
/
destroyFns.ts
3 lines
67 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Bugfix/modal destroy all with context (#40281) * 🐞 FIX: destroyAll not working with useModal * 🧪 TEST: add test * Update components/modal/useModal/index.tsx Co-authored-by: Amumu <yoyo837@hotmail.com> Co-authored-by: Amumu <yoyo837@hotmail.com>
2023-01-17 14:54:34 +08:00
const
destroyFns
:
Array
<
Function
>
=
[
]
;
fix: circular dependencies in Modal & Input (#31817) * fix(input): fix circular dependencies * fix(input): fix circular dependencies * fix(modal): fix circular dependencies * fix(modal): fix test
2021-08-17 16:22:42 +08:00
export
default
destroyFns
;
Reference in New Issue
Copy Permalink