React useState: Add empty string to an array

前端 未结 0 1800
终归单人心
终归单人心 2020-12-18 12:14
const [keywords, setKeywords] = useState([])

setKeywords(keywords => [...keywords, \'\'])

I\'m trying to add an empty string to the keywords arr

相关标签:
回答
  • 消灭零回复
提交回复
热议问题