Martín Callegari

Results 12 comments of Martín Callegari

Hi @Here21! If you think there could be more callbacks, feel free to create a PR with those 😄. There are a couple of issues about the UI/UX of the...

For the first one, I think the only part missing for the component right now is the button to maximize/minimize it since we can use the `fullScreenMode` prop. Unless the...

Hi @jiaqihuangrerere thanks for asking! This new prop can be used as the following: ```js import Launcher from '@components/Launcher'; ... class App extends React.Component { getCustomLauncher = handleToggle => (...

That `handleToggle` is our function to toggle the Widget (you can see it in [here](https://github.com/Wolox/react-chat-widget/blob/master/src/components/Widget/index.js#L16)). You can use it to toggle the widget as much as you need 😄

Hello @bharath-naik , thank you for the heads up. I'm currently looking into it 😄

Hi @noalevit18 thanks for the heads up! We'll look into that performance issue as soon as we can 😄

Hi @davidbaek92! What you can do is use either the `addResponseMessage` and `addUserMessage` when the component that's using the widget is going to be rendered. You can use whatever source...

@davidbaek92 Did we answer your question or you need more help? :slightly_smiling_face:

We are aware of this issue. We'll be publishing the v3.0 in the next hours so that will fix it. Sorry for the inconvenience!

Should be fixed by now. Please check it out and let me know if there's any problem 😄