Skip to content

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.

@vercel
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