Hi there. Apologies if this is the wrong place to submit a bug on js-mode for emacs. I am an emacs newbie (in fact, I've only used spacemacs and still relatively new there too) and not sure where to post about this.

Basically I am trying to find the right place to report this issue, which was determined to be an upstream issue with js-mode:

https://github.com/felipeochoa/rjsx-mode/issues/34

In essence, a fat arrow expression followed by a linefeed, followed by an expression (such as a JSX tag with children) that is not wrapped in parenthesis is valid syntax and recognized by editors like WebStorm and VSCode but doesn't work correctly in this editor.

If this is not the right place I would be grateful for directions on where this bug belongs.

Thanks!