Skip to content
#

hook

Here are 710 public repositories matching this topic...

swr
ahmedelgabri
ahmedelgabri commented Jan 13, 2020

A bit of context, we introduced swr two weeks ago to our codebase. Everything is working fine, but we started to get some reports about some parts of the app being broken in slightly older browsers (Chrome 49, Firefox 59, Edge 18, etc…)

We found out that swr was causing a syntax error in these browsers because webpack by default picked the ESM build (rightly so) but because it's not transp

merrywhether
merrywhether commented Jun 25, 2020

Describe the bug
Swipes originating from coordinates with x = 0 (left edge) or y = 0 (top edge) will not be captured. I only found this by writing tests against my usage of this library as I believe this behavior is really hard to replicate in real world use cases. It's caused by a improper falsy check on this line:
https://github.com/FormidableLabs/react-swipeable/blob/master/src/index.js#L

🔥🔥优化版MVP,使用注解泛型简化代码编写,使用模块化协议方便维护,APT过程使用注解解析器利用JavaPoet🌝完成重复模块的编写,利用ASpect+GradlePlugin 完成横向AOP编程+Javassist动态字节码注入+Tinker实现热修复+Retrofit实现优雅网络操作+RxJava轻松玩转数据处理

  • Updated Aug 23, 2019
  • Java

Improve this page

Add a description, image, and links to the hook topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hook topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.