You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This ordinarily isn't an issue, but other packages may blacklist array children, which will cause compatibility issues. In particular, this markdown component that throws when it receives anything other than a string as a direct child.
This issue occurs because of React.Children.map() in emulated DSD. Let's update this to convert single-item arrays back to a direct child.
The text was updated successfully, but these errors were encountered:
This ordinarily isn't an issue, but other packages may blacklist array children, which will cause compatibility issues. In particular, this markdown component that throws when it receives anything other than a string as a direct child.
This issue occurs because of
React.Children.map()
in emulated DSD. Let's update this to convert single-item arrays back to a direct child.The text was updated successfully, but these errors were encountered: