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
How did you decided if an attribute is non volatile? If you just use the spec flagging you might not have all needed ones.
Matter.js uses the best practice: When an attribute is writable OR non-volatiove then we persist it. For some writable attributes the Non-volatile flagging is missing but in fact if these are config then it only makes sense to also persist them- Spec is a bit vague here because it states that non-volatile should be persisted or "when needed" :-)
So maybe you should think to also include writable ones
The text was updated successfully, but these errors were encountered:
From @Apollon77 on #7:
The text was updated successfully, but these errors were encountered: