Or maybe I'm misunderstanding your reply? tleunen commented Oct 30, 2015 Yep sorry, I was saying the assignment after the declaration of course ;) so something like const myVar = 2; myVar = 1; Currently, because the rule is set as 0 in airbnb, it allows it but it should not allo...
Otherwise with koa context (`ctx`) it's too tedious. I'm happy to use `ignorePropertyModificationsFor` and whitelist `ctx` and other common names as a strictier alternative infos: -https://eslint.org/docs/rules/no-param-reassign-airbnb/javascript#1217 (comment) ...
Check these before submitting: [] Updated to the latest version of Lottie (2.1.5) [] The issue doesn't involve an Unsupported Feature [] This issue isn't related to another open issue This issue is a: [] Non-Crashing Bug (Visual or other...
I had same issue on 2.16.3 recyclerView.setItemAnimator(null); Above codes not working on me. But I resolve issue with this code: epoxy_recycler_view.post { epoxy_recycler_view.scrollToPosition(position) } 👍 1 Sign up for free to join this conversation on GitHub. Already have an acc...
This is less of an issue and more of a question on how you handle things. React docs says to put ajax-requests in componentDidMount. But I would also like to cancel the request in componentWillUnmount as that data is not needed if the co...
That's why I decided for javascript ONLY solution (I haven't seen t anywhere else). So it doesn't matter from which background you coming from you WILL NOT GET CONFUSED. BTW I'm not sure if you are aware, but in here https://github.com/airbnb/javascript#naming-conventions people ha...
these kinds of use cases wouldn't be an issue. In any case, I understand that this is probably too specific and doesn't affect enough people to become an actual concern. Just wanted to give my 2 cents on a scenario where it happens :) ...
You probably need to erase the merge paths of your shape layers. AE adds unnecessary square extra paths that are merged with the real path. Since bodymovin doesn't support merge paths yet they break. So you need to erase these square paths from your AE layers. …...