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

fix(toast): type declaration exception #372

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

betavs
Copy link
Collaborator

@betavs betavs commented Jan 16, 2024

🤔 这个 PR 的性质是?

  • 日常 bug 修复
  • 新特性提交
  • 文档改进
  • 演示代码改进
  • 组件样式/交互改进
  • CI/CD 改进
  • 重构
  • 代码风格优化
  • 测试用例
  • 分支合并
  • 其他

🔗 相关 Issue

fix #355

💡 需求背景和解决方案

📝 更新日志

  • fix(Toast): 类型申明异常

  • 本条 PR 不需要纳入 Changelog

☑️ 请求合并前的自查清单

⚠️ 请自检并全部勾选全部选项⚠️

  • 文档已补充或无须补充
  • 代码演示已提供或无须提供
  • TypeScript 定义已补充或无须补充
  • Changelog 已提供或无须提供

Copy link
Contributor

完成

@codecov-commenter
Copy link

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (02b774b) 6.93% compared to head (1fc8b0f) 6.93%.
Report is 6 commits behind head on develop.

Files Patch % Lines
src/tabs/Tabs.tsx 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           develop    #372      +/-   ##
==========================================
- Coverage     6.93%   6.93%   -0.01%     
==========================================
  Files          400     400              
  Lines         4241    4242       +1     
  Branches       990     991       +1     
==========================================
  Hits           294     294              
- Misses        3947    3948       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

Successfully merging this pull request may close these issues.

typescript下Toast组件preventScrollThrough必传,与文档api表述不一致
2 participants