after document.toJSON() id
is not string
#3647
Labels
can't reproduce
Mongoose devs have been unable to reproduce this issue. Close after 14 days of inactivity.
even if
document.toJSON().id
looks like a string its type isobject
and i always have t convert it by doing + "" if i want a proper string. Why is that ?The text was updated successfully, but these errors were encountered: