I'm using ruby-2.3.1, rails 5.1.1,
geting this error
/ruby-2.3.1/gems/react-rails-1.6.2/lib/react/rails/railtie.rb:88:in block in <class:Railtie>': undefined methodto_prepare' for ActionDispatch::Reloader:Class
Can you upgrade to react-rails 2.0? It has a new configuration for watching files:
https://github.com/reactjs/react-rails/blob/master/lib/react/rails/railtie.rb#L36-L42
Thank you @rmosolgo , It's fixed
glad to hear it!
Most helpful comment
Can you upgrade to react-rails 2.0? It has a new configuration for watching files:
https://github.com/reactjs/react-rails/blob/master/lib/react/rails/railtie.rb#L36-L42