Eugene Vygodner

Results 10 comments of Eugene Vygodner

> I am also unable to hit breakpoints set within .vue component files. Breakpoints set in .js files work fine, for example in my vuex actions. I believe it did...

v-if="your computed prop.length > 0" on the component should work as a workaround for now

@JessicaBunyan quick workaround while we wait for `nativescript-cli/lib/common/validators/iTunes-validator.ts` to get updated is to copy **_Mobile Device Support_** folder under _**C:\Program Files\Common Files\Apple**_ and rename the copied folder to _**Apple Application...

@pi0 just merge this already, what's the hold up? 🙏😀

FYI I get this same outcome when I implement custom UIApplicationDelegate on version 3.0.1 . Not sure why its interfering.

> :show-x-axis="true" > :show-y-axis="true" > :xFormatter="(tick: any) => tick" did you ever figure this out?