坚冰
坚冰
@Carrie999 call 和 apply 可以了解一下
`var arr = [ [1, 2, 2], [3, 4, 5, 5], [6, 7, 8, 9, [11, 12, [12, 13, [14]]]], 10 ]; const arrHandel = arr => [...new Set(arr.flat(Infinity))].sort((a, b)...
I solved this with the following code: ``` render() { let JsonDom; const { info } = this.state; if (!canUseWindow || !info) { JsonDom = ; } else { var...
same +1 vue version ^2.6.10 locked version 2.6.11
seems trigger function destroy
same problem
see https://github.com/pedroslopez/whatsapp-web.js/issues/1449
I think we have the same problem see [issues/1428](https://github.com/pedroslopez/whatsapp-web.js/issues/1428) hope helpful
@tofers I'm not sure if it will effect the normal logout
from Conact I also get some undefined @JoaoFOliveira how do you resolve it ``` name: undefined, pushname: undefined ```