Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix, avoid using instanceof to find a component-issue (#8777)
In many cases, the component-issue is installed as a package in different places, causing the `instanceof` to always return `false`. Instead, change the implementation of `getIssue` to use the `getIssueByName`.
- Loading branch information