Skip to content

Commit

Permalink
Move onUpdate to prop in UploadButton (consistency with UploadDropzone)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljwagerfield committed Sep 20, 2023
1 parent 08e1c33 commit 1a2dc5b
Show file tree
Hide file tree
Showing 12 changed files with 3,174 additions and 95 deletions.
8 changes: 5 additions & 3 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ export NODE_OPTIONS=--openssl-legacy-provider
npm install
```

### 4. Run The Tests
### 4. Run The Sandbox

```shell
npm test
npm start
```

Note: there is no hot-reloading demo for `@bytescale/upload-widget-react`. Please see the `@bytescale/upload-widget` repository instead.
The above launches a **hot-reloading** server on `http://127.0.0.1:3060` that uses `@bytescale/upload-widget-react` from source.

_Please ensure nothing else is running on TCP port `3060`_.
Loading

0 comments on commit 1a2dc5b

Please sign in to comment.