Vincent
Vincent
Thanks @eemeli, that made sense. There was a bunch of extra code in `` dealing with its children and setting attributes. I've now added a `getElement` function that replicates that...
@eemeli Just wondering if you have time to look at my latest changes - I think I've addressed all your comments :)
Thanks for getting back on it @eemeli, applied your suggestions!
Thank you so much @eemeli!
Hi @eemeli, sorry to bug you again about this, but I was wondering if we could get a release of `@fluent/react` with this in it? :)
I've often wanted similar functionality, so I just submitted a PR: https://github.com/projectfluent/fluent.js/pull/595 No idea if it fits with the project goals, but might at least be worth subscribing to for...
Additional item that could use clarification: - **Is this stretch of way lit** - I only selected "Yes" when there was an actual street lamp on the stretch of way,...
I submitted a PR to DefinitelyTyped that I think should fix this issue: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/65981
@gnapse Hmm, I'm also not sure. I don't know exactly how to reproduce, but looking at the error message, it looks like the problem might be that we're setting `T...
@abhi-works Is your code public somewhere that I could try it out? Or alternatively, could you open `node_modules/@types/testing-library__jest-dom/index.d.ts` and apply [these changes](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/65991/files) (i.e. replace the first `{}` by `unknown` on...