From 4d933c15ea1b400cbfcecdfb0c4b2060ec8dc4b3 Mon Sep 17 00:00:00 2001 From: Yann Normand Date: Thu, 16 May 2019 23:07:27 +1000 Subject: [PATCH] docs(dnd): remove deprecated comment about `react-dnd` (#1323) --- src/addons/dragAndDrop/withDragAndDrop.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/addons/dragAndDrop/withDragAndDrop.js b/src/addons/dragAndDrop/withDragAndDrop.js index 81d0a0380..b81d55f81 100644 --- a/src/addons/dragAndDrop/withDragAndDrop.js +++ b/src/addons/dragAndDrop/withDragAndDrop.js @@ -17,9 +17,6 @@ import { mergeComponents } from './common' * import withDragAndDrop from 'react-big-calendar/lib/addons/dragAndDrop' * export default withDragAndDrop(Calendar) * ``` - * (you can optionally pass any dnd backend as an optional second argument to `withDragAndDrop`. - * It defaults to `react-dnd-html5-backend` which you should probably include in - * your project if using this default). * * Set `resizable` to true in your calendar if you want events to be resizable. *