mixpanel-flutter icon indicating copy to clipboard operation
mixpanel-flutter copied to clipboard

getPeople().increment() has a glitch when manually changed

Open tomasbaran opened this issue 2 years ago • 0 comments

  1. Let's suppose I have a credits property at value: 80
  2. I need to change the value manually in the user profile from the dashboard to 100
  3. getPeople().increment() stops working

I guess 3. stops working because it is NOT treating the manual change of 100 as double but as String "100" rather — only my guess.

tomasbaran avatar Nov 15 '23 02:11 tomasbaran