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: Corrected SVG attributes to camelCase format #55

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

Conversation

Himess
Copy link

@Himess Himess commented Jan 15, 2025

Description

This PR resolves invalid DOM property warnings in the TransactionCard component by updating SVG attributes to adhere to React/JSX standards. Changes include:

  • Updated fill-rule to fillRule.
  • Updated clip-rule to clipRule.

These changes remove React warnings and ensure compliance with JSX.

Test Plan

  1. Run the application and navigate to a page using the TransactionCard component.
  2. Open the browser console and verify that there are no warnings related to fill-rule or clip-rule.
  3. Confirm that the SVG elements render correctly without any issues.
  4. After the changes, the browser console no longer displays warnings about fill-rule or clip-rule.
  • See the screenshot below for the resolved state:
    ProtocolExplorerApp Hata Çözüm

Related Issue

Issue #54

Notes

No additional changes are required for this fix.

Copy link

vercel bot commented Jan 15, 2025

@Himess is attempting to deploy a commit to the Story Protocol Team on Vercel.

A member of the Team first needs to authorize it.

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.

1 participant