Skip to content

Commit d7628b1

Browse files
committed
docs(ssr): remove documentation regarding resetServerContext
1 parent bcdee0c commit d7628b1

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Alex Reardon has created [a free course on `egghead.io` 🥚](https://egghead.io
5858
- 🌲 Tree support through the [`@atlaskit/tree`](https://atlaskit.atlassian.com/packages/confluence/tree) package
5959
- 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)
6060
- 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
6262
- Plays well with [nested interactive elements](/docs/api/draggable.md#interactive-child-elements-within-a-draggable-) by default
6363

6464
## Motivation 🤔
@@ -100,7 +100,6 @@ There are a lot of libraries out there that allow for drag and drop interactions
100100
- [`<DragDropContext />`](/docs/api/drag-drop-context.md) - _Wraps the part of your application you want to have drag and drop enabled for_
101101
- [`<Droppable />`](/docs/api/droppable.md) - _An area that can be dropped into. Contains `<Draggable />`s_
102102
- [`<Draggable />`](/docs/api/draggable.md) - _What can be dragged around_
103-
- [`resetServerContext()`](/docs/api/reset-server-context.md) - _Utility for server side rendering (SSR)_
104103

105104
### Guides 🗺
106105

docs/api/reset-server-context.md

-17
This file was deleted.

0 commit comments

Comments
 (0)