Bonfim

Results 16 comments of Bonfim

> To remove a single custom component, you can give it a `ref` when rendering it, and add a state in the component's constructor to control how it's rendered. >...

hi guys, despite not being in the documentation, the method `rendercustomComponent` has a four parameter that is the id (`customId`), and with this we can use to call `deleteMessages` passing...

we can assume that we already have his backend / database part, so we just need to know how we can fill the chat with previous messages with things (like...

the standart `addResponseMessage` method set a number to badge count, when widget is in minimized state. but, when use the `renderCustomComponent` method does not set a number for the badge...

i want made something similar, look exemple: ``` function Item({ label, href }) { const [match] = useRoute(href) return ( match ? {label} : {label} ); }; function MainMenu() {...

> I also need a lighter version. Having an `sql` editor with `textmate` theme and auto-completion is more than enough for my work. Don't need any other fancy features in...

> we can assume that we already have his backend / database part, so we just need to know how we can fill the chat with previous messages with things...

I was trying to build a widget that was an editor, we put json text, check if it is valid and make the value of a field an object resulting...

thank you all, just a doubt: it will work on conditionally remove a field with "if" without anyOf or oneOf?

how can i prevent snackbar staying forever when web broser is de-focused?