anderslyman

Results 2 issues of anderslyman

**Describe the bug** Storage API does not respect versioning **Steps to reproduce** Get something from storage: ``` this.mondayClientSdk.storage.instance.getItem(key).then( r => { const version = r.data.version; // Keep track of the...

Re: https://monday.com/developers/apps/quickstart-view I was just walking through the tutorial and wanted to point out a couple of things I ran into... 1. `App.js` and `AppSolution.js` appear to be swapped -...