DEV Community

Discussion on: Adding Bootstrap to Next.js

Collapse
 
shahryarjb profile image
Shahryar Tavakkoli • Edited

@leorsgomes @anuraggharat
Hi friends, I imported react before, but for fixing this problem based on this post that helped me to fix it

blog.logrocket.com/handling-bootst...

useEffect(() => {
require('bootstrap/dist/js/bootstrap.bundle.min.js');
}, []);

we need to use require instead of import