Is there a way to change prop name on ThemeProvider #2912
Unanswered
garridio85
asked this question in
Q&A
Replies: 1 comment 2 replies
-
You can always wrap your component and juggle/rename props there. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to use emotion in an existing library but the library already has a prop called theme. Instead of re-writing the existing library I wondered if there is a way to update the name of the prop on the ThemeProvider?
Beta Was this translation helpful? Give feedback.
All reactions