Tom Moor
Tom Moor
Just a heads up – still hitting this in production and it looks like automattic is too ☝️, it's a particularly nasty issues as the behavior of the editor becomes...
> So assuming you don't manually delete user objects, this would implicate that there is a bug in Yjs. I don't manually delete anything. > Could you please check the...
> `createDocFromSnapshot` might be the way to go. I'm not sure it's able to perform the usecase here, `createDocFromSnapshot` will produce a new document at the snapshot state – but...
I have a similar issue, I suspect it's because we need to tag the release before running conventional-changelog due to the way our CI is setup (it's actually the tagging...
This appears to be the change (and some surrounding discussion) in babel that breaks this behavior: https://github.com/babel/babel/pull/11747
The new documentation is a big improvement over where we were at a week ago, unfortunately the `declare` keyword trick only works with `tsc` tooling and not with babel due...
I have worked around this in my project with a model class decorator – it's very ugly, but the approach could be used as another way to fix the issue...
> @DalerAkhmetov Good point. One need to add the association keys as well like so: > > ```ts > [ > ...Object.keys(new.target.rawAttributes), > ...Object.keys(new.target.associations), > ].forEach(propertyKey => { > //...
I've been banging my head against this for a few hours now, unfortunately the workarounds suggested don't seem to work any more. In todays version of jest that monkey patch...
@JoostK you have a private fork of Jest just for this? 😭