You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ Alex Reardon has created [a free course on `egghead.io` 🥚](https://egghead.io
58
58
- 🌲 Tree support through the [`@atlaskit/tree`](https://atlaskit.atlassian.com/packages/confluence/tree) package
59
59
- A `<Droppable />` list can be a scroll container (without a scrollable parent) or be the child of a scroll container (that also does not have a scrollable parent)
60
60
- Independent nested lists - a list can be a child of another list, but you cannot drag items from the parent list into a child list
61
-
- Server side rendering (SSR) compatible - see [resetServerContext()](/docs/api/reset-server-context.md)
61
+
- Server side rendering (SSR) compatible
62
62
- Plays well with [nested interactive elements](/docs/api/draggable.md#interactive-child-elements-within-a-draggable-) by default
63
63
64
64
## Motivation 🤔
@@ -100,7 +100,6 @@ There are a lot of libraries out there that allow for drag and drop interactions
100
100
-[`<DragDropContext />`](/docs/api/drag-drop-context.md) - _Wraps the part of your application you want to have drag and drop enabled for_
101
101
-[`<Droppable />`](/docs/api/droppable.md) - _An area that can be dropped into. Contains `<Draggable />`s_
102
102
-[`<Draggable />`](/docs/api/draggable.md) - _What can be dragged around_
103
-
-[`resetServerContext()`](/docs/api/reset-server-context.md) - _Utility for server side rendering (SSR)_
0 commit comments