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 unrecognized prop errors in React #1154

Merged

Commits on Aug 15, 2023

  1. Fix unrecognized prop errors in React

    React does not like receiving object props that don't match any HTML
    spec. Styled components is dealing with this problem by prefixing all
    non-standard properties one might want to send in with dollar signs as
    `$transientProps`
    
    You can read more about it here:
    https://styled-components.com/docs/api#transient-props
    HendrikPetertje committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    6dfc352 View commit details
    Browse the repository at this point in the history