DEV Community

Discussion on: Build your own React in 90 lines of JavaScript

Collapse
 
joeyhipolito profile image
Jose Marcelius Hipolito

Found an issue where if you

export default compose(Enhancer)(WrappedComponent)

where WrappedComponent extends from Component

and WrappedComponent overrides componentDidMount of Component

componentDidMount will be undefined.(not undefined, but cannot be overridden)