bigopon
bigopon
Agree that menu should be able to be triggered from an anchor button, I left it in initial markup as a todo. I think this can be continued after we...
Hi, can you elaborate ? I couldn't find it in the source code.
> you already have an owner object that gets passed down the hirearchy. This is what im thinking too. Can use a weakmap to associate the owner object with a...
From what you commented, I thi k you already got an idea of how it all shouls work together 👍
@avrahamcool that sounds cool, let's create a PR 🚀 For the predefined property issue, it's kind of a requirement, as it's impossible to do without it, unless we use proxy....
Just the src, I'll do the publish after the merge.
Oooh well, will add it. It'll be MIT anyway. Thanks for the issue.
@fabiosantoscode just nudging since Im not sure what I did so wrong that this didnt get any attention 😬
You meant ```ts class Abc {} (/*@__PURE__*/(klass) => {...})(Abc) ``` Or ```ts class Abc { static { (/*@__PURE__*/(klass) => {...})() } ``` I can try this, but Im not sure...
@tareqimbasher can you try with latest beta? it's possible that it's been already fixed, since this looks like a very common scenario.