Hey Edwin,
I think we found the issue. In some themes they add extra html. That can mess up the jQuery selector that removes the item from the cart.
We’ve logged this and will push it out with the first bug fix release. Unless there’s something critical this will go out in a week.
Until that release comes out can you please remove the following HTML which is likely coming from a cart template.
<i class="fa fa-times-circle"></i>
As seen here: https://d.pr/i/1gnAV
You can replace it with a generic X
just typed in. I tested it myself using the Chrome inspector and it seems to work. You just need to find where that extra icon html is coming from and remove it temporarily.
You should also notify the theme developer so he can alert other users who bought this theme.
I hope that helps! ??