Shoeb Mirza

Results 8 comments of Shoeb Mirza

``` locations.forEach(l => { doStuff(); doSomeOtherStuff(); // ... // ... // ... dispatch(l); }); ``` Anyone knows any ESLINT rule to prevent single character in arguments?

I just did this.. It will print the first log without bumping your given version in `package.json`

``` title: 'Action', render (h) { return () } ``` The following code perfectly fine for me... @koppthe, can you help me displaying dynamic value at the place of XXXXX

``` Enable Shenzhen Guangzhou Shanghai Beijing chengdu export default { data: function () { return { } } } ``` The above is my current code. I used the direct...

I worked on your given code but now my template is showing error page of `values.indexOf is not a function`

Today, I faced the same issue. The first time doesn't work properly except less than 15 index number. I have had a long list of items and I set to...

I have like 1000 items to be displayed under this carousel and I have to set the initialScrollIndex to 900th, but unfortunately due to memory issue, my App is getting...