I can't access to the theme provider into a portal #4231
Replies: 1 comment
-
Was my mistake, I was accessing in invalid way |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I set up my providers:
and Im creating a portal
My components into my modal can't access to the theme provider from Styled Components, I got this error:
Uncaught TypeError: Cannot read properties of undefined (reading '300')
which is from a property from my ButtonAlso, I tried Wrapping in a provider my portal but is not working, I got the same error
How Can I access to theme provider values into my portal component?
Beta Was this translation helpful? Give feedback.
All reactions