I'm having trouble saving my custom object in the hive DB,
Does hive not support multiple instances of Hive Object??
I'm having trouble saving my custom object in the hive DB,
Does hive not support multiple instances of Hive Object??
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 :))