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

The onClick event of Breadcrumb.Item is invalid #4845

Closed
1 task done
wubiandaxian opened this issue Nov 4, 2021 · 1 comment
Closed
1 task done

The onClick event of Breadcrumb.Item is invalid #4845

wubiandaxian opened this issue Nov 4, 2021 · 1 comment
Labels

Comments

@wubiandaxian
Copy link

wubiandaxian commented Nov 4, 2021

  • I have searched the issues of this repository and believe that this is not a duplicate.

Version

3.0.0-alpha.9

Environment

windows, Chrome(89.0.4389.114),3.2.20

Reproduction link

https://next.antdv.com/components/breadcrumb-cn#API

Steps to reproduce

<Breadcrumb.Item
onClick={() => {
console.log(123)
}}
/>

What is expected?

Breadcrumb.Item的onClick事件生效

What is actually happening?

Breadcrumb.Item的onClick事件失效,点击无触发,回退到3.0.0.8是好的,3.0.0.9修复了onClick的类型缺失问题,但是事件失效了

@github-actions github-actions bot changed the title Breadcrumb.Item的onClick事件失效 The onClick event of Breadcrumb.Item is invalid Nov 4, 2021
@github-actions
Copy link

github-actions bot commented Nov 6, 2022

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant