Midhun P M
Midhun P M
For me this issue occurred due to the type `number`. So I did like this: ``` function transformToSafePayload(payload) { if (typeof payload == 'object') { return JSON.stringify(payload); } if (typeof...
This fix worked for me https://github.com/fragaria/angular-daterangepicker/compare/master...midhun1993:patch-1
I'm also getting the same error
After a few research i found that this repo is dead.
Hi Same issue here How can we fix it ?