I have an array of 30 unique options that I use to render 30 SVGs. ... setState({ svgs: getSVGs(30) }); console.log(this.state.avatars); ...
確定! 回上一頁