From 3d9e669e3c80c58215411c3059761ee18f5dfe23 Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Fri, 22 Mar 2019 10:14:54 +0100 Subject: [PATCH] Add notice to Consume Flow page in React tut. --- content/tutorials/react-get-use-data-set.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/tutorials/react-get-use-data-set.md b/content/tutorials/react-get-use-data-set.md index d95383d3..f5afa96c 100644 --- a/content/tutorials/react-get-use-data-set.md +++ b/content/tutorials/react-get-use-data-set.md @@ -3,6 +3,8 @@ title: Get & Use a Data Set description: Tutorial to get and use a data set in a basic React app. --- +**NOTICE: This section of the React App Tutorial is not currently working because it hasn't been updated to work with the latest squid-js. There is [an open issue to update it](https://github.com/oceanprotocol/docs/issues/181).** + ## Requirements This is a continuation of the [React App Setup](/tutorials/react-setup/) and [React Publish Data-set](/tutorials/react-publish-data-set/) tutorial, so make sure you have done all the steps described in there.