Victor Ling
Victor Ling
I have solved this problem by removing the `` pairs from smartparens with the following line: ``` (sp-local-pair '(react-mode) "" :actions nil) ``` I am specifically doing this for `react-mode`...
Thanks that was the push I needed. For others the following worked for me: ```emacs-lisp ;;;; Allow ES6 arrow '=>' in react-mode (defun sp-after-equals-p (_id action _context) (when (memq action...
Sure, I could make a pull request, I just don't know where this would go. I actually use Spacemacs so this issue arose when installing the react layer, which adds...
I don't think it's `rjsx-mode` this is defined here https://github.com/syl20bnr/spacemacs/blob/master/layers/%2Bframeworks/react/packages.el#L66 I am quite unfamiliar with emacs-lisp but I am learning. I think that react-mode is declared directly in that layer...
Putting on my developer hat for a minute. I think this might be pretty easy to do. Maybe I'll try to get the code running locally and see if I...
I ran into this same problem. I am using `@storybook/react` v6.3.7 and node 16. I am not using babel or webpack explicitly and I am using Typescript and ts-jest and...
I would absolutely love to see this feature as it's causing me some issues. Shouldn't be too hard considering there are two PRs out that solve this issue already. PR...
Is this still not available? This issue has been open for well over a year. When it's due to be released "soon" and it's on the pricing page that's a...
I'd be happy to test this, but I run spotifyd on a Raspberry Pi (2B), which is currently suffering from this issue (and have switched to using softvol) and I...
I came here to request the same feature that @froedel suggested and I am not sure how @dumblob is suggesting would work for this so I just want to clarify....