I am trying to import image paths and store them into the redux store.
I noticed that when importing images, it seems to randomly import either the path to that image, or the base64 data.
can someone explain whats causing this behaviour, and how to make it only import the image path ( like img_1 and img_2 )
