-
Notifications
You must be signed in to change notification settings - Fork 41
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
MapSchema string field undefined set error #143
Comments
@endel are there any recent undefined issues? |
this seems related to our issue. undefined gets changed to
|
Hi @hunkydoryrepair, your scenario is an intended behavior, in order to simplify listening on direct references on the root structure, such as: When structures are "reflected" in the client, every non-primitive structure in the root level is auto-initialized, see: Lines 143 to 155 in 185e332
I agree that at the data level, it would be more intuitive if it starts as @NoahHahm your case seems different but the reproduction scenario seems incomplete. I'm not sure how to reproduce it. Could you provide a full test scenario like @hunkydoryrepair did? Cheers! |
An error occurs when inserting undefined into a string field in MapSchema.
There was no problem until 1.0.38, but after the latest update, a refId error occurred in the client;
If you simply insert undefined into the string field in the Schema Object when using MapSchema, an error occurs.
The text was updated successfully, but these errors were encountered: