-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App does not start after removing a nested object #57
Comments
Mirrored in hive repo: |
Use |
@Rexios80 Thanks! This fixes it in my sample, so it seems to be the right approach. However, in my real world application, it does not work. Do you have any idea what I could try? |
I do not have any idea unless you are opening the box before making the ignore call |
Okay, thanks. Than I'll close this issue since I can't provide a sample to reproduce |
Description
When removing a nested object in hive that was filled with data before, the app does not start any longer.
I found it in my production app first and could reproduce it in a minimal sample.
Steps to Reproduce
Actual result
HiveError: Cannot read, unknown typeId: 34. Did you forget to register an adapter?
(App does not start)
Expected result
App starts and is usable
Code sample for first Run
Code sample for second Run
Version
The text was updated successfully, but these errors were encountered: