-
-
Notifications
You must be signed in to change notification settings - Fork 878
object.createdAt is nil but object["createdAt"] is not #422
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for the report, looking into it now. |
I'm unable to reproduce locally, might I ask how you are creating this object? Nowhere in the client SDK do we manually set |
Thank you for your feedback. We prioritize issues that have clear and concise repro steps. Please see our Bug Reporting Guidelines about what information should be added to this issue.
|
Ouch, yes, I am setting the dates manually:
That because I have to display the item immediately after it's created, before it gets saved. Thanks. |
This is true for an object that was not yet saved (or is being saved). Here is the output of a debug session:
The text was updated successfully, but these errors were encountered: