guardlawn

Results 1 comments of guardlawn

I had the same issue. The breaking change is located here: https://sweetalert.js.org/docs/#content It looks like ```arguments[0].html = true``` Now needs to be ```arguments[0].content = 'input'```