Kirill Rodichev

Results 3 comments of Kirill Rodichev

> I tried to reproduce the issue on a clean project with just react-native-mmkv installed, but didn't succeed. no

@mrousavy, I've updated the description, so now you can check the - stacktrace - reproduction repo - steps to reproduce

Yes, according to stack-trace it was trying to access `nameToKindMap` and `PropNameIDCache.props` after they were freed. I needed a fast fix, so I just 1. made `nameToKindMap` a static variable...