Thorsten Lünborg

Results 354 comments of Thorsten Lünborg
trafficstars

### Cause The click handler on the child gets a new inline function on every parent re-render, causing every child to update: ```js const _item = (_openBlock(), _createBlock(Item, { key:...

> Since it can be guaranteed that the value of @xxx is always a function, it seems that there are no scenarios where the event is updated. It's not as...

This seems to be the same report as #7277 just with more info and from another account. Can i close the other one?

@pikax It feels we had this or a very similar issue before ... can you recall? Should we just re-export that type? Is that really necessary? Those are private so...

What is this for?

I haven't come across that error before, don't really have an idea what could be causing it. My first instinct would be to check that your versions of node, npm...

I see the issue in dev-tools, but think we need a different solution than running `subscribe` callbacks here. `subscribe` is supposed to run when a mutation was committed. When we...

I'll consider this, but worry it might be quite a hassle to implement on the Typescript side. Concerning a migration though, my Thought process was that a migration from mixins...