Using the find () method of es6 to report an error in ts

in the vue+ts project environment, using the find () method on an array in a fuction resulted in the following error:

clipboard.png

:

 

Aug.12,2021

this.historyCnnectData.find((item: any, index: number): boolean => {})

if a return value declaration is missing in your find callback, the default is void

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b42c3c-4dcd8.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b42c3c-4dcd8.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?