Aaron McCall
Aaron McCall
Sounds good! Watch out for incoming code!
Further info: It looks like react-dom is considering happy-dom to be an IE9 environment due to feature detection, which is why it is trying to call detachEvent. The detection appears...
Follow-up to my previous: I can confirm that adding the following to EventTarget eliminates the error (though there is still the implementation issue that is causing react-dom to consider happy-dom...
> @aaronmccall we are hitting this issue again. Is there a way to apply this workaround to the test config? (Note: your CR may or may not land since it...
Great! Even better! On Fri, Oct 7, 2022 at 6:46 AM David Ortner ***@***.***> wrote: > I've managed to solve the root problem where React believed Happy DOM was >...
This is an interesting one. I wonder if maybe it would be better to simply `return 0` when both left and right are undefined.
@latentflip, by my read it looks like `init: true` is intended to ensure that the derived prop is populated to the cache at instantiation rather than being lazy.
@elisechant, is your question regarding how to model the Connection such that you can emulate a relation from message_ids to Message models in the MessagesCollection?
@nlf, this is the problem I was mentioning today.