You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 16, 2024. It is now read-only.
I am trying to submit my data through REST and this includes a Pikaday object.
Following is the error:
TypeError: Converting circular structure to JSON
at Object.stringify (native)
I partially manage to get around by using .getString(), but then I need to check if there is an object (because the function does not work on undefined, in case the date is optional).
Probably something I am overlooking, any suggestion is appreciated!