1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

Add notice to Consume Flow page in React tut.

This commit is contained in:
Troy McConaghy 2019-03-22 10:14:54 +01:00 committed by GitHub
parent 82cc7407e0
commit 3d9e669e3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.