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
I've got jQuery, Bootstrap included, and Bootstrap Modal is working. But cannot find a way to use this dialog. Have any of you successfully used this dialog with ReactJS?
npm i jquery bootstrap bootstrap3-dialog
import 'bootstrap/dist/css/bootstrap.min.css';
import 'bootstrap3-dialog/dist/css/bootstrap-dialog.min.css';
import jQuery from 'jquery';
import BootstrapDialog from 'bootstrap3-dialog'; // I CANNOT IMPORT IT HERE
window.jQuery = jQuery;
require('bootstrap');
The text was updated successfully, but these errors were encountered:
I've got jQuery, Bootstrap included, and Bootstrap Modal is working. But cannot find a way to use this dialog. Have any of you successfully used this dialog with ReactJS?
npm i jquery bootstrap bootstrap3-dialog
The text was updated successfully, but these errors were encountered: