Release Notes
Upgrade react-markdown to 10.1.0
- Reflex Markdown TLC by @masenf in https://github.com/reflex-dev/reflex/pull/6085
Behavior Change: functions in component_map will now be passed either a bare string or a list of strings mixed with react element objects. This should only be noticeable if your component map function is attempting to manipulate the children in som...