mobx-persist
mobx-persist copied to clipboard
example not working
Tried the example index.js and store.js from this repository . Fails on map entries.. what am I missing
{mapStore.items.entries().map(([key, value]) => (
<Text key={key}>
{key}: {value.info}
</Text>
))}```