'can you use both react-bootstrap-toast and react-toastify in same project?

after importing toast from both react-bootstrap and react-toastify my output is showing like this enter image description here

import "react-toastify";

import { ToastContainer } from 'react-bootstrap';

import { Toast } from 'react-bootstrap';

`https://i.stack.imgur.com/hC1a8.png



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source