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
Calling #= require ./other_file, in a .js.jsx.coffee file no longer seems to work in version 1.4.2 and above. The file is not evaluated - tested by putting a console.log at the top of the required file.
Changing the extension to .js.jsx and calling //= require ./other_file works as expected.
Last version of react-rails where it worked as expected was 1.3.3.
Setting config.react.jsx_transformer_class = React::JSX::JSXTransformer does not fix the issue.