好吧,我有这个错误
Error: Invalid hook call. Hooks can only be called inside of the body of a function component.
我尝试了很多不同的选项来解决这个问题,但我失败了。
这是我的代码
export const DataInput = () => {
const Post = (testTitle, testText) => {
useFirestore().collection('schedule-data').doc('test').set({
testTitle: testTitle,
testText: testText
})
}
return(
<Button
variant="primary"
onClick={()=> Post(testTitle, testText)}>
POST data
</Button>
删除了一些无关紧要的代码
冉冉说
函数式编程
素胚勾勒不出你
相关分类