Skip to content

Commit d52ec74

Browse files
committed
Merge remote-tracking branch 'origin/main' into react-19
# Conflicts: # packages/use-optional-state/package.json
2 parents e41129f + 45ebd3e commit d52ec74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/use-promised/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ This is a custom hook that attempts to remove all the complexity that comes with
6262
## Example
6363

6464
```jsx
65-
import usePromised, {PromiseState} from 'use-promised';
65+
import usePromised from 'use-promised';
6666

6767
function FeedbackForm() {
6868
const [promise, setPromise] = usePromised();

0 commit comments

Comments
 (0)