Mehdi Achour
Mehdi Achour
@iglooom The problem seems to be back with the latest version of this plugin.
See also this gotcha entry: https://remix.run/docs/en/v1/pages/gotchas#browser-extensions-injecting-code Closing this issue as it's not related to this repo.
#47 was merged 👍🏼
@vsavkin could you bring this PR up to date and go through the remarks? Thank you 🙏🏼
#54 is now merged
Had the exact same issue today, running g codeception too
@haohetao because you didn't provide a PR yet :)
Can you elaborate? Do you want to change the event name?
It works using axios. Use the `@upload-success` prop to call your own method: for example: `@upload-success="setImages"` ```js setImages(formData, index, fileList) { const data = fileList[index].path; //
I need to document $mock->flushRequests() too