React combined with dav

yield cyclic call in effects reports an error

clipboard.png

clipboard.png

Mar.23,2021

yield must be written in the generator function. forEach is an ordinary function. Calling yield will certainly report an error.

use the for loop.

Menu