Javascript – TypeError: Cannot destructure property 'data' of '(intermediate value)' as it is undefined – React Testing Library
I'm encountering an issue while testing a React component using React Testing Library. The component involves fetching data using Axios. The tests fail with the following error: TypeError: Cannot destructure property 'data' of '(intermediate value)' as it is undefined. 11…