The same instance of an HiveObject cannot be stored with two different keys

Viewed 245

I'm having trouble saving my custom object in the hive DB,

Does hive not support multiple instances of Hive Object??

enter image description here

1 Answers

Found the answer turns out it wasn't a hive issue, I was saving the same instance of the object from the cubit state... solved it by making a copy of the object into a new one :))

Related