Bug Description:
If you set the tooltip mode to "START", the tooltip is never shown.
Steps To Reproduce:
- Set the tooltip mode to "START"
- Open the page, and the tooltip doesn't show
- The following snippet demonstrates the issue:
import ChatBot, { type Settings } from "react-chatbotify";
import "./App.css";
function App() {
const settings: Settings = {
tooltip: {
mode: "START",
},
};
return <ChatBot settings={settings} />;
}
export default App;
Expected behavior:
According to the docs, when tooltip.mode == "START", the Tooltip is shown once on page load
Library version:
2.5.0
Desktop (please complete the following information):
- OS: Windows
- Browser: Chrome
Bug Description:
If you set the tooltip mode to "START", the tooltip is never shown.
Steps To Reproduce:
Expected behavior:
According to the docs, when
tooltip.mode == "START", the Tooltip is shown once on page loadLibrary version:
2.5.0
Desktop (please complete the following information):