Help us help you! Please choose one:
On React-rails 2.4.0
The component Generator when running Webpacker generated components starting :
var Post = createReactClass({
And createReactClass is not included by rails webpacker:install:react
I expect that if Webpacker is available we should be offering ES6 style components by default OR including createReactClass in our installer.
Help us help you! Please choose one:
react-rails, so I've included the stack trace and the exact steps which make it crash.react-railswith another library, but I'm having trouble. I've described my JavaScript management setup (eg, Sprockets, Webpack...), how I'm trying to use this other library, and why it's not working.On React-rails 2.4.0
The component Generator when running Webpacker generated components starting :
And createReactClass is not included by
rails webpacker:install:reactI expect that if Webpacker is available we should be offering ES6 style components by default OR including createReactClass in our installer.