That issue is caused by many updates inside Component.
I got the same, this is how I solved the issue.
await act( async () => {
fireEvent.change(fileInput, { target: { files: [file] } });
});
That issue is caused by many updates inside Component.
I got the same, this is how I solved the issue.
await act( async () => {
fireEvent.change(fileInput, { target: { files: [file] } });
});