Fragmented url
I am building a component to create products and I have a problem loading the cloudinary urls.
The url is loaded in the state but separated as if you had called the split() method. I tried using the join() method to join the url but it doesn't work.
This is my cloudinary function
0
-
Hi Cristian,
The string value of result.info.url has been converted into a character array (see this reference). For your use case, you could consider extracting the delivery URL and assigning it to a string variable. Thanks.
0
Post is closed for comments.
Comments
1 comment