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
The problem is that the original renderBody is getting called.
I tried to override a render method as well to examine which class the renderBody's method prototype belongs to. It turns out it points to the original SignupModal class.
Why is this happening? I'm quite new to ES6, but haven't found anyone having similar issues.
Is it because neal-react ships already transpiled code?
The text was updated successfully, but these errors were encountered:
I created a custom component based on
SignupModal
:Then i'm using it like so:
The problem is that the original
renderBody
is getting called.I tried to override a
render
method as well to examine which class therenderBody
's method prototype belongs to. It turns out it points to the originalSignupModal
class.Why is this happening? I'm quite new to ES6, but haven't found anyone having similar issues.
Is it because
neal-react
ships already transpiled code?The text was updated successfully, but these errors were encountered: