Justin Vaillancourt

Results 10 comments of Justin Vaillancourt

I took a stab at fixing this! PR is linked just above. :smile:

Thanks for opening this up! It looks like the examples stop working after moving to`"peerDependencies"` since they're explicitly referencing dist builds from `node_modules` (e.g. https://github.com/dooly-ai/draft-js-typeahead/blob/master/examples/mentions/mentions.html#L14). Any idea what we can...

Thanks, glad you like it. That sounds neat, definitely interested in that - feel free to open a PR once you're done!

You are absolutely correct! Thanks for opening an issue. This is something that I've been meaning to add. In the meantime, PRs are always welcome. ;)

@schester44: Really late to this, but open a PR and I'll take a pass. Thanks!

Fyi - the underlying problem appears to be a bug in undici: https://github.com/nodejs/node/issues/55428

@brophdawg11 Another update on this - (IIRC, been a few weeks) at first I thought this was going to fix signals in production, but it seems like that's an entirely...

> > @brophdawg11 Another update on this - (IIRC, been a few weeks) at first I thought this was going to fix signals in production, but it seems like that's...

@KhafraDev - I would expect the dependent signal to also be aborted after the parent signal is aborted & before it is garbage collected. Currently, the dependent signal seems to...