react.js axios is rounding up Long values, how this can be resolved ?
As I have previously checked all my api's via postman, I can surely tell you that my apis are just fine.
Now the problem is when I send I Long value to react.js client, it rounds up the value, so when I try to retrieve it back it creates problem.
Here is a snap:
Second value is what I sent
First value is what I got in client
Server - Spring Boot with h2,jpa