I would like to write JSX in Sweet Alert like so: class TodoApp extends React.Component { componentDidMount() { swal({ html: <Welcome /> }); }; render() ...
確定! 回上一頁