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
This is minor, but it's something I've been thinking about - if you name a wpp attribute something like prototype or constructor, this will break things because W++ attributes are represented as an object. Maybe a Map or array of K/V tuples would be a better fit for this. Might work on a PR for this when I have some time
The text was updated successfully, but these errors were encountered:
nkpz
changed the title
wpp attributes shouldn't be stored as an object
Front end: wpp attributes shouldn't be stored as an object
Jul 7, 2023
This is minor, but it's something I've been thinking about - if you name a wpp attribute something like
prototype
orconstructor
, this will break things because W++ attributes are represented as an object. Maybe a Map or array of K/V tuples would be a better fit for this. Might work on a PR for this when I have some timeThe text was updated successfully, but these errors were encountered: