Skip to content

Commit 91f0c75

Browse files
authored
docs: Fix typo, seemless -> seamless (#628)
There is a small typo in src/act-compat.js. Should read `seamless` rather than `seemless`.
1 parent afce94f commit 91f0c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/act-compat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function asyncAct(cb) {
8282
if (!youHaveBeenWarned) {
8383
// if act is supported and async act isn't and they're trying to use async
8484
// act, then they need to upgrade from 16.8 to 16.9.
85-
// This is a seemless upgrade, so we'll add a warning
85+
// This is a seamless upgrade, so we'll add a warning
8686
console.error(
8787
`It looks like you're using a version of react-dom that supports the "act" function, but not an awaitable version of "act" which you will need. Please upgrade to at least react-dom@16.9.0 to remove this warning.`,
8888
)

0 commit comments

Comments
 (0)