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: Convert SVG properties to JSX camelCase format (strokeLinecap, strokeWidth) #1461

Merged
merged 2 commits into from
Oct 8, 2024

Conversation

x15sr71
Copy link
Contributor

@x15sr71 x15sr71 commented Oct 8, 2024

PR Fixes:

  • 1 Fixed incorrect SVG attribute warnings by replacing deprecated or non-standard properties with valid ones.
  • 2 Resolved React warnings related to invalid SVG properties that were causing console noise during development.

Resolves #1458

Checklist before requesting a review

  • I have performed a self-review of my code
  • I assure there is no similar/duplicate pull request regarding same issue

@x15sr71 x15sr71 closed this Oct 8, 2024
@x15sr71 x15sr71 deleted the fix-svg-properties branch October 8, 2024 13:35
@x15sr71 x15sr71 restored the fix-svg-properties branch October 8, 2024 13:37
@x15sr71 x15sr71 reopened this Oct 8, 2024
@x15sr71 x15sr71 changed the title Fix: Updated SVG properties to JSX camelCase format (strokeLinecap, s… Fix: Convert SVG properties to JSX camelCase format (strokeLinecap, strokeWidth) Oct 8, 2024
@devsargam devsargam merged commit 91cd704 into code100x:main Oct 8, 2024
1 check failed
sitanshu05 pushed a commit to sitanshu05/cms that referenced this pull request Oct 9, 2024
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.

bug: Invalid DOM Properties: stroke-linecap and stroke-width warnings in SVG elements.
2 participants