Anton
Results
1
issues of
Anton
I believe the id property that is generated via Date.now() in the addPoints implementation is causing this issue. If I change Ln99 to something like: "id: Date.now() + Math.random()," the...