From eaecf6c40afedcfcfa59bae2f03b6986bc96c196 Mon Sep 17 00:00:00 2001 From: Denis Chernikov Date: Wed, 19 Jun 2019 21:11:12 +0300 Subject: [PATCH] Update responders.md Missing `mode` in the type description of DragStart. --- docs/guides/responders.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guides/responders.md b/docs/guides/responders.md index 24e7eb177e..618a23892b 100644 --- a/docs/guides/responders.md +++ b/docs/guides/responders.md @@ -76,6 +76,7 @@ type DragStart = {| draggableId: DraggableId, type: TypeId, source: DraggableLocation, + mode: MovementMode, |}; type DraggableLocation = {|