-
-
Notifications
You must be signed in to change notification settings - Fork 195
chore: upgrade trigger to 4.2.1 #216
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #216 +/- ##
==========================================
+ Coverage 88.00% 90.90% +2.90%
==========================================
Files 3 3
Lines 25 33 +8
Branches 10 12 +2
==========================================
+ Hits 22 30 +8
Misses 3 3
Continue to review full report at Codecov.
|
我比较推荐去改 |
destroyTooltipOnHide: {
destroyParentContainer?: boolean;
} |
|
我有个疑问,销毁父元素和不销毁父元素在日常应用场景中有区别吗?也就是什么时候会用到不销毁父元素? |
v3 兼容 React 15 保留父容器,现在看是没啥区别了。不过以防万一,可以默认保持原本的行为,之后发现没差就改掉 |
👍 |
* chore: feature merge master * feat: Support mobile interactive * tests: Add test case * tests: Add coverage * docs: Update example * refactor: More comments * chore: Warning info
@afc163 fix #19536, support
autoDestroy
prop.