I am building React storybook components using react-bootstrap. Almost components are completed well. But only some components that includes bootstrap icons don't show in storybook. Is there any way to fix this issue? Thanks.
import "bootstrap-icons/font/bootstrap-icons.css";
in the .storybook/preview.js
file solved that issue.