jysatuo
Results
3
comments of
jysatuo
me too how i do to solve it
seems i‘m too late,I have the same issue,i fixed it just replace ret["highlighted"] = instance.highlighted[0] to ret["highlighted"] = instance.highlighted["text"].
> If you are using the spread operator to add the object to the current state, don't use it. Instead of using the spread operator, just update the state like...