Lennart Buit
Lennart Buit
Thats alright, we have workarounds in place. I'm not fully convinced of my own implementation. I altered the shape of the queue inside superlifter (from list of muses to list...
So; talking to @oliyh on slack we came to the following conclusion: Altering the shape of the queue can be breaking, but we are okay with that. We will make...
@jacoblapworth for me that didn't quite work. I think the attribute transform adds `themeable` to `token.attibutes.themeable`, whereas the formatting function for sass variables looks for `token.themeable`. Am I missing something...
Yeah I ended with a similar workaround, I did add `themeable: true` to the attributes, and wrangled the tokens prior to calling `formattedVariables`: ```js const template = ({ dictionary, options,...
I added a workaround to our internal DS, if `this._internals.form` is unavailable, try `document.getElementById(this.form)`. But I know too little of the specs to know whether that is _really_ correct.
Thats alright; I think my naive workaround is enough for the foreseeable future. Let me know if theres anything I can do for you ^^.
Its not just `tagName`, its anything from at least `Element` that is problematic. Like, I can also override `hasAttribute`. So can we instead warn when you define a property the...