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 call getAttribute method of unmounted node, following error occurs,
grimoire.js:5143 Uncaught Error: attribute position value is undefined in mesh
at Attribute.get (grimoire.js:5143)
at AttributeManager.getAttribute (grimoire.js:6752)
at GomlNode.getAttribute (grimoire.js:3209)
at <anonymous>:1:3
This is due to the fact that resolution of initial values of component attributes is performed in awake message.
I think this specification is not very good.
The text was updated successfully, but these errors were encountered:
when call
getAttribute
method of unmounted node, following error occurs,This is due to the fact that resolution of initial values of component attributes is performed in
awake
message.I think this specification is not very good.
The text was updated successfully, but these errors were encountered: