Currently in the process of transitioning a project from create react app to nextjs and I've encountered an issue.
./node_modules/react-bootstrap-submenu/src/index.css
Global CSS files cannot be imported from within the node_modules directory.
Learn more: https://nextjs.org/docs/messages/css-npm
Location: node_modules\react-bootstrap-submenu\dist\DropdownSubmenu.js
Has anyone found a solution to this problem?