We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
DefineMap.prototype.serialize calls canReflect.serialize on the the instance. If there are nested maps to serialize, child maps are not serialized.
DefineMap.prototype.serialize
canReflect.serialize
Example: https://jsfiddle.net/qhd7u4ef/6/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
DefineMap.prototype.serialize
callscanReflect.serialize
on the the instance. If there are nested maps to serialize, child maps are not serialized.Example: https://jsfiddle.net/qhd7u4ef/6/
The text was updated successfully, but these errors were encountered: