You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using MemoryViz with an incompatible JSON, such as when a field is missing, MemoryViz may crash.
In this example, type is missing
[{
id: 19,
value: "type is missing",
style: ["highlight"],
}]
It would be nice if there are validations to handle these cases and give more descriptive error messages, such as: Error: "type" is missing while drawing a primitive object.
The text was updated successfully, but these errors were encountered:
When using MemoryViz with an incompatible JSON, such as when a field is missing, MemoryViz may crash.
In this example,
type
is missingIt would be nice if there are validations to handle these cases and give more descriptive error messages, such as:
Error: "type" is missing while drawing a primitive object
.The text was updated successfully, but these errors were encountered: