Antoine Rousseau

Results 32 comments of Antoine Rousseau

@jhabdas LGTM!

How is Bugsnag working for you?

This is still happening and quite annoying, we could at least display the version next to each result

@rayan1810 any progress on this? Do you need any help? If we can assist or support let us know :)

@henck can this be done without having to write that `SomeComponentBase` and just use `styled.div`? Edit: I understand now that this wouldn't be ideal because TS complaining here forces us...

@MadikMayCry checkout [react-final-form-arrays](https://github.com/final-form/react-final-form-arrays) for that matter.

Just add the [`multiple`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#multiple) attribute.

Hi @DevMammadov, I guess the types changed since I first posted the snippet. I just updated this issue's description for you, with a sandbox link, let me know :)

@LetrixZ in my example, I'm creating a `FormData` and adding the file to it with `.append()`, but you can also add text the same way, e.g.: ```js const payload =...