Skip to content

Commit 72f7eb4

Browse files
m-bertj-piasecki
andauthored
Update packages/docs-gesture-handler/docs/fundamentals/gesture-detector.mdx
Co-authored-by: Jakub Piasecki <jakub.piasecki@swmansion.com>
1 parent bf6061a commit 72f7eb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/docs-gesture-handler/docs/fundamentals/gesture-detector.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ When using hook API, you can also integrate it directly with the [Animated API](
1818

1919
#### Nesting Gesture Detectors
2020

21-
Because `GestureDetector` supports both the hook API and the builder pattern, it is important to avoid nesting detectors that use different APIs, as this can result in unexpected behavior.
21+
Because `GestureDetector` supports both the hook API and the builder pattern, it is important to avoid nesting detectors that use different APIs, as this can result in undefined behavior.
2222

2323
#### Reusing Gestures
2424
Using the same instance of a gesture across multiple Gesture Detectors may result in unexpected behavior.

0 commit comments

Comments
 (0)