TypeError: tempData.findIndex is not a function
this.ipv4Indx = this.ipv4Indx > -1? this.ipv4Indx : tempData.findIndex((obj => obj.value == "ipv4"))
Putting in a condition helped me solve this issue.
TypeError: tempData.findIndex is not a function
this.ipv4Indx = this.ipv4Indx > -1? this.ipv4Indx : tempData.findIndex((obj => obj.value == "ipv4"))
Putting in a condition helped me solve this issue.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us