Skip to content

Commit 486cb38

Browse files
authored
update readme, add example issue
1 parent 2f61621 commit 486cb38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ useEffect(() => {
174174
return () => ref({});
175175
});
176176
```
177+
**Note:** Issues can arise if you forget to clean up listeners - [#332](https://github.com/FormidableLabs/react-swipeable/issues/322)
177178

178179
### How to share `ref` from `useSwipeable`?
179180

0 commit comments

Comments
 (0)