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: guide超出范围不显示 #1944

Merged
merged 1 commit into from
Mar 22, 2024
Merged

fix: guide超出范围不显示 #1944

merged 1 commit into from
Mar 22, 2024

Conversation

tangying1027
Copy link
Contributor

Checklist
  • npm test passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Description of change

Copy link

github-actions bot commented Mar 21, 2024

Fails
🚫

node failed.

Log

Error:  ReferenceError: Cannot access 'artifact' before initialization
    at dangerfile.js:29:9
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
danger-results://tmp/danger-results-bcda4dbd.json

Generated by 🚫 dangerJS against ea5090e

@@ -11,6 +11,8 @@ export interface ArcGuideProps extends GuideProps {
export default (props: ArcGuideProps) => {
const { theme = {} } = props;
const { coord, points, style, animation } = deepMix({ ...theme.line }, props);
const checkNaN = points.some((d)=> isNaN(d.x) || isNaN(d.y))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

在最后少个 分号

@zengyue zengyue merged commit b2bee66 into master Mar 22, 2024
8 of 10 checks passed
@zengyue zengyue deleted the fix-guide branch March 22, 2024 01:41
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.

None yet

2 participants