chentsulin / sweetalert-react

Declarative SweetAlert in React
http://chentsulin.github.io/sweetalert-react/
MIT License
239 stars 60 forks source link

Don't break server rendering #44

Closed chentsulin closed 7 years ago

chentsulin commented 7 years ago

Test plan

import React from 'react';
import ReactDOMServer from 'react-dom/server';
import SweetAlert from 'sweetalert-react';

ReactDOMServer.renderToString(<SweetAlert />)

15