GA-MO / react-confirm-alert

react component confirm dialog.
https://ga-mo.github.io/react-confirm-alert/demo/
MIT License
271 stars 105 forks source link

node prop type for message #54

Closed stellard closed 3 years ago

stellard commented 3 years ago

Hello.

The message prop should allow the node type rather than just a string. It works fine when passing a node but complains on the prop type.

GA-MO commented 3 years ago

@stellard You can use prop childrenElement to render HTML or React Component