Jon DeWitt

Results 22 comments of Jon DeWitt

No worries, I feel like I'm just struggling to convey my meaning. If this is indeed an invalid usage of the polyfill and there's a better way around it, I'm...

I actually might be reversing my stance on this. Let me get this proof of concept figured out, first.

Okay @sorvell @justinfagnani, finally got around to proving this out in my local. I don't know why I didn't think about it before, but I just added the polyfill to...

Hey there :wave: So I think there's a misunderstanding here. The string value we pass in is certainly _not_ always interpreted as a string, which is why I'm saying there...

On a side note, I don't think it's adding all that much ambiguity to accept a list of strings, regarding https://github.com/remarkjs/react-markdown/pull/855#issuecomment-2309679735 Due to the way JSX works, I think it...

> Your evidence is: TypeScript says it’s so. > But TypeScript lies. TypeScript isn’t real That is not the totality of my evidence. See the final two screenshots. Runtime doesn't...

Here's some additional evidence if you're still not convinced. ![image](https://github.com/user-attachments/assets/c1b2fbb9-3db1-4f28-9337-6229a6798a83) ![image](https://github.com/user-attachments/assets/dbd5f74d-4bc6-46d2-8e8e-bf8be76d372b)

Rest assured, I'm desperately trying to identify the root cause, because I find it as bizarre and unbelievable as you do. I'll let you know if and when I identify...

@wooorm Alright, I figured it out. It's not an intermittent JSX behavior after all. It's due to my package [react-shadow-scope](https://github.com/jonathandewitt-dev/react-shadow-scope) emulating DSD with `React.Children.map()` [here](https://github.com/jonathandewitt-dev/react-shadow-scope/blob/master/src/children-utils.tsx#L9). All I need to do...

I have signed the CLA, not sure why it's failing... maybe it's an issue with my git config. ![image](https://github.com/user-attachments/assets/7c11cddb-4cf9-497f-8476-c83dfa0879c5) EDIT: got it. It was indeed an issue with my git...