apple mate

Results 43 comments of apple mate

There is this babel plugin which mimics that resolve feature of webpack. https://github.com/tleunen/babel-plugin-module-resolver If this css modules can take advantage of that, it could be a solution.

wow this is since 2015, till this day we still looking for type.

I got this problem. any solutions ?

yeah I tried that, and its fixed

@HighSoftWare96 Do you have workaround? RIght now I'm using `this.facebookService.CustomerChat.showDialog();` it give me error `showDialog()` is undefined. I guess because of this issue ?

@HighSoftWare96 Thanks. I put the init code in the index.html ```js window.fbAsyncInit = function() { FB.init({ xfbml: true, version: 'v3.3', }) } ;(function(d, s, id) { var js, fjs =...

I tried the sort desc, with the `v15` key word, I still end up with the result that has key word `v15` lays in the middle of the score. while...

@a-drewsky do you have problem with the order after dragging? ``` js function onChange(sourceId, sourceIndex, targetIndex, targetId) { const nextState = swap(items, sourceIndex, targetIndex) setItems(nextState) console.log('items', items) } ``` in...

I want this too