Closed wdarins closed 2 years ago
Hi, @yemenpoint I don't know why did you rolled back my PR but right now I have again the same problem:
Here is my model:
Here is what this?.value is:
this?.value
Maybe we should add a check if it's already an object then no need to JSON.parse?
JSON.parse
I will fix it sorry .😅😅
Check the last commit
Thanks, issue solved!
Hi, @yemenpoint I don't know why did you rolled back my PR but right now I have again the same problem:
Here is my model:
Here is what
this?.value
is:Maybe we should add a check if it's already an object then no need to
JSON.parse
?