Jon DeWitt
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.  
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.  EDIT: got it. It was indeed an issue with my git...