Feyisayo Sonubi
Results
2
comments of
Feyisayo Sonubi
I was able to do this by putting the modal outside the list's loop first, then pass in the object containing an item on the list, in this case `item`:...
Also had an issue similar to this where the viewbox attribute gets stripped off from some svgs. Fixed it with the properties below: ``` ... overrides: { removeViewBox: false, },...