mobx-persist icon indicating copy to clipboard operation
mobx-persist copied to clipboard

example not working

Open trialsNow opened this issue 6 years ago • 0 comments

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>
        ))}```

trialsNow avatar Dec 04 '18 20:12 trialsNow