Skip to content

Commit 1a2dc5b

Browse files
committed
Move onUpdate to prop in UploadButton (consistency with UploadDropzone)
1 parent 08e1c33 commit 1a2dc5b

File tree

12 files changed

+3174
-95
lines changed

12 files changed

+3174
-95
lines changed

BUILD.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,12 @@ export NODE_OPTIONS=--openssl-legacy-provider
3232
npm install
3333
```
3434

35-
### 4. Run The Tests
35+
### 4. Run The Sandbox
3636

3737
```shell
38-
npm test
38+
npm start
3939
```
4040

41-
Note: there is no hot-reloading demo for `@bytescale/upload-widget-react`. Please see the `@bytescale/upload-widget` repository instead.
41+
The above launches a **hot-reloading** server on `http://127.0.0.1:3060` that uses `@bytescale/upload-widget-react` from source.
42+
43+
_Please ensure nothing else is running on TCP port `3060`_.

0 commit comments

Comments
 (0)