why do you delete github respository.. its very complicated to understand your code. but thanks for the project
@kanishkasuvarna79853 жыл бұрын
Issue in copyQuestion function -> When u try to edit a copied question , changes reflect in all copied question options, since Spread Operator is a shallow copy method. This doesn’t safely copy multi-dimensional arrays. Array/object values are copied by reference instead of by value. Fixed it with following - function copyQuestion(i){ expandCloseAll() let qs = [...questions] let newquestion = {...qs[i]} let qsCopy = JSON.parse(JSON.stringify(qs)); qsCopy.push(newquestion); setQuestions(qsCopy) }
@techniczoid72683 жыл бұрын
k, I will check that
@theabalean32912 жыл бұрын
what about the option? whenever I try to change the option in question 3, question 1 and question 3 is having the same options.
@mernstacker Жыл бұрын
Cannot find droppable entry with id [droppable] why..?
@Pippo_1922 Жыл бұрын
hey how will user will the form how will u send them link of form
@rainbowsiege82243 жыл бұрын
no other videos bro? really like the series please keep it up!
@techniczoid72683 жыл бұрын
thank you
@vlogwithabhishek31212 жыл бұрын
sir how to store response data in mongodb....it would be a great help!
@namakami3 жыл бұрын
subscribed! is this the last videos of this series?