Skip to content

Commit b1d2509

Browse files
committed
update list subscriptions doc to include dev preview note
- fixes SharePoint#4382 - references SharePoint#4306
1 parent a2d01cb commit b1d2509

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/spfx/subscribe-to-list-notifications.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ localization_priority: Normal
1010

1111
Starting from SharePoint Framework v1.7.0, you can subscribe to changes to files stored in a SharePoint Document Library. This allows you to respond to changes when they happen, without having to regularly poll the contents of the library.
1212

13+
> [!NOTE]
14+
> This feature was introduced as a developer preview feature. In order to use features in developer preview, ensure you use the `-plusbeta` version of the library (*see [this issue for reference](https://github.com/SharePoint/sp-dev-docs/issues/4306)*)
15+
1316
## Prerequisites
1417

1518
To use the SharePoint Framework list subscription capability, you first need to install the `@microsoft/sp-list-subscription` npm package. You can do it using the following code snippet:

0 commit comments

Comments
 (0)