Eko Eryanto

Results 24 comments of Eko Eryanto

we need a different for this. may be it can be resolved if the polyfill support function as headers

PR is better. or, have you publish your fix anywhere?

yes we pass the lint currently, but i missing the `babel-eslint` to make it work with static property, but as the current code is not using that, it already pass....

the `react/prop-types` rule is set to `warn`, is it better to turn that off ? see #66

One more reason, developer who knows more than 1 programing language or framework use `IDE` as a (super hero) helper of remembering the `API`. I do, the same, and I...

yes, I think it's better to have `hasTextWeight` int the helper

you can fetch the permission before vue mounted

can't it fixed just by dateFormater option?

I think that's simple to do. ```js const stringify = (val) => typeof val === 'string' ? val : JSON.stringify(val) ``` Ah, just do it with PR