Eugene
Results
1
issues of
Eugene
Currenly we serializing state data with `JSON.stringify(data)` before saving it to storage. It's completely ok, if we have default `Map()` storage. But if we want to use some DB we...