Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Aleksandr Grenishin <[email protected]>
  • Loading branch information
egordidenko and nd0ut authored Oct 30, 2024
1 parent 10ec70b commit b23873e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ We provide a full set of props that are used in File Uploader. For review we sug

For convenience, we provide the ability to access the File Uploader API using `apiRef`.
You can see what methods are available in `apiRef` in the [documentation][uc-docs-file-uploader-api].
It is important to note that we now pass all InstanceType from UploadCtxProvider.
It is important to note that you need to use `InstanceType` utility type to define `apiRef` type.

```jsx
import React, {useRef, useEffect} from "react";
Expand Down

0 comments on commit b23873e

Please sign in to comment.