Closed ronnnnn closed 7 months ago
When the HiveStore is reopened and HiveStore#toMap is used, the following error occurs:
HiveStore#toMap
type '_Map<dynamic, dynamic>' is not a subtype of type 'Map<String, dynamic>?' in type cast
The related issue is #1091 and the pull request is #1167. I believe HiveStore#toMap should also recursively transform nested objects.
Ah in the meanwhile if it is possible add fix(graphql): inside the command line would be really good
fix(graphql):
@vincenzopalazzo Thank you, I added graphql scope with git commit --amend.
graphql
When the HiveStore is reopened and
HiveStore#toMap
is used, the following error occurs:The related issue is #1091 and the pull request is #1167. I believe
HiveStore#toMap
should also recursively transform nested objects.