My use case is that I would like to persist one map into local storage and another into the sync storage. Is there any way to do this beside forking the module and moving the `storageEngine` variable from the module context to each maps' context?
My use case is that I would like to persist one map into local storage and another into the sync storage.
Is there any way to do this beside forking the module and moving the
storageEnginevariable from the module context to each maps' context?