Attempting to map within React returning undefined

后端 未结 0 1162
梦如初夏
梦如初夏 2020-12-29 15:20

I have the following Mongoose schema:

const SubmitDebtSchema = new Schema ({
  firebaseId: String,
  balance: [{
    balanceDate: Date,
    newBalance: Number         


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