This repository has been archived by the owner on Aug 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 308
Radium updates displayName to Radium(<component_display_name>) #271
Labels
Comments
This is intentional and is meant to give a clear indication that the component is using Radium for debugging purposes. What's your use case for needing the original |
I'm open to removing the "Radium(...)" wrapper around displayName. Can you image if every decorator did the same? |
We have a custom workflow that involves using Could there be an option to disable altering the displayName? |
ianobermiller
added a commit
that referenced
this issue
Jul 21, 2015
This was referenced Jun 13, 2016
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to obtain the component's
displayName
. When wrapping Radium around my component, thedisplayName
is updated toRadium(<display_name>)
. Is this intended? I want the originaldisplayName
.The text was updated successfully, but these errors were encountered: