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
Attempting to nest Fragments with multiple children leads to exception:
TypeError: Cannot read property 'children' of undefined
at JSXSlack (.../node_modules/@speee-js/jsx-slack/lib/jsx.js:23:60)
at children.reduce (.../node_modules/@speee-js/jsx-slack/lib/jsx.js:27:69)
at Array.reduce (<anonymous>)
at toArray (.../node_modules/@speee-js/jsx-slack/lib/jsx.js:25:53)
at Object.JSXSlack (.../node_modules/@speee-js/jsx-slack/lib/jsx.js:37:20)
at ...
JSXSlack could not parse nested fragments because lodash.flatten can
only flatten a single level. I swapped module from lodash.flatten to
lodash.flattendeep for flattening nested array.
Resolves#53.
Attempting to nest Fragments with multiple children leads to exception:
To reproduce:
The text was updated successfully, but these errors were encountered: