Creating a Shopping Cart with the Data Store Component

Your code is wrong, it’s wrapped in single quotes, and it shouldn’t be.

quantity: '`quantity + 1` '

should be

quantity: `quantity + 1`