Jakub Sarnowski
Jakub Sarnowski
Yeah, run into this too! I think there was a wrong assumption that we're only talking about JSX attributes. It would be nice to be able to sort any function...
@sosedoff Sounds reasonable. I'm out of time right now but in a month I should have more free time so I could take a try on this. Of course, if...
~~I think we could use something like a `require` option where you could put whatever transpiler out there. [This is how ava does it](https://github.com/avajs/ava/blob/main/docs/recipes/typescript.md#for-packages-without-type-module). This way you can use whatever...
@jakerobb I don't have anything yet. No time or mood to work on it to be honest 😄 And yes, TypeScript rewrite is done!
@lorenwest I don't get your arguments. Just choose one standard of templating and stick to it. Current `custom-environment-variables` solution is actually the thing that adds unnecessary complexity. It's completely unclear...
@lorenwest That sounds reasonable! :smiley:
@markstos But environment variables isolation is the main problem here. Why would you look for a file particular for environment variables? You rather look for a file with a specific...
Would love to see this feature too. Waiting for ya, Kyle!
Maybe try making it more modern and react-way and use my new React reCAPTCHA wrapper library. I think you'll feel much better with it 😄 🚀 Library: https://github.com/sarneeh/reaptcha Example: https://sarneeh.github.io/reaptcha/
The problem is that this library is not following the newest [Recaptcha API](https://developers.google.com/recaptcha/docs/invisible). For example: `react-recaptcha` is basing on `data-onloadcallbackname` and `data-verifycallbackname` tag attributes for `explicit` rendering, but these attributes...