LucasBassetti/react-simple-chatbot

using option message component display repeat option

Opened this issue · 1 comments

my code:
var messages = [ { id: '1', message: 'hello~!', trigger: '2', }, { id: '2', options: [ { value: 1, label: '1111', trigger: '3' }, { value: 2, label: '222', trigger: '4' }, { value: 3, label: '333', trigger: '5' } ] }, ......

but display:
截屏2022-09-10 15 50 10

You have to remove the strict mode of react. Because it generates that extra rendering :)