benj-dobs
benj-dobs
I'm not that familiar with this codebase but this looks like it does the job - thank you!
@BePo65 I think that documentation is describing the behaviour I think is correct, not the behaviour I'm observing. Moment and Dayjs do not behave the same out-of-the-box in this case:...
Amazing, thank you!
In case anyone else is wondering about how maintainer activity seems to have just died without a word, there are some signs of life on the Discord: https://discord.com/channels/752614004387610674/803656831704629298/1199950373650190336 No idea...
I've raised an issue for the ESLint docs too: https://github.com/eslint/eslint/issues/18378
Yep - I've been a bit busy but I should get to it this week (assuming nobody else takes it)
I also had this issue and was only able to resolve it by deleting `yarn.lock` and regenerating it from scratch. I tried at first just deleting the top-level `@aws-sdk/*` and...
We've managed to work around this on our site by wrapping the label in a span: ```tsx {label} ``` But this might not work for all use cases
This error also occurs in Safari, using the browser's built-in translation feature. Firefox's translation feature works differently and does not cause these errors. (In the end our "solution" was to...