You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 19, 2022. It is now read-only.
Hello fellas. Firstly, I'm just a javascript hobbyist. I have no formal coding education nor experience, so I may have done a very common mistake. With that out of the way, here's my issue:
Im trying to create a simple (very simple) fade component. I've done so by making a HoC and then wrapping a span or component passed through props:
@TimRJensen -- This should be fixed in modern radium as we can now handle native classes and should be able to wrap anything. Separately, might be this issue #443 ?
At any rate, I'm closing this, but feel free to re-open if you still hit this with a minimal repository that has install + error reproduction steps for us to dive in and figure out what's up. Thanks!
Uh oh!
There was an error while loading. Please reload this page.
Hello fellas. Firstly, I'm just a javascript hobbyist. I have no formal coding education nor experience, so I may have done a very common mistake. With that out of the way, here's my issue:
Im trying to create a simple (very simple) fade component. I've done so by making a HoC and then wrapping a span or component passed through props:
Here's the implementation:
And here's what I am getting from webpack (with hot module reload):
I have no clue what I am doing wrong?
The text was updated successfully, but these errors were encountered: