Reverts the changes made in #3, but still fixes the original problem of not being able to access this.props from constructor inside a new component.
Discovered while trying to get monoapp-react working with parcel-bundler. Seems like using an ES6 class inside of monoapp-react won't play nicely with parcel-bundler's default browserslist settings.
Reverts the changes made in #3, but still fixes the original problem of not being able to access
this.props
fromconstructor
inside a new component.Discovered while trying to get
monoapp-react
working withparcel-bundler
. Seems like using an ES6 class inside ofmonoapp-react
won't play nicely withparcel-bundler
's defaultbrowserslist
settings.