You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/act-compat.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ function asyncAct(cb) {
82
82
if(!youHaveBeenWarned){
83
83
// if act is supported and async act isn't and they're trying to use async
84
84
// 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
86
86
console.error(
87
87
`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 [email protected] to remove this warning.`,
0 commit comments