-
-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
I have an endpoint which returns an object containing a Date
field, eden displays the expected response correctly with Date
so there are no TS errors. But during runtime, the field is actually a string.
Of course it makes sense because the JSON body can't contain Date
fields, but if the intellisense is telling me that, I should receive a Date. It's still broken.
Ideally eden would have some process to fix this issue and convert the string to a Date, another solution would be for eden to interpret Date
s as strings...
m1212e and jasperdunn
Metadata
Metadata
Assignees
Labels
No labels