From 286b2a5241a92d748108da7dcd725d0b73c30295 Mon Sep 17 00:00:00 2001 From: Denis Chernikov Date: Thu, 20 Jun 2019 07:12:22 +0300 Subject: [PATCH] Update responders.md (#1369) 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 = {|