Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Prettier
  • Loading branch information
trueadm committed Sep 26, 2018
commit b9a37295c10ec8ef77ab19b64d9a07324ad1d9c2
2 changes: 1 addition & 1 deletion packages/react-is/src/ReactIs.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export function isAsyncMode(object: any) {
false,
'The ReactIs.isAsyncMode() alias has been deprecated, ' +
'and will be removed in React 17+. Update your code to use ' +
'ReactIs.isConcurrentMode() instead. It has the exact same API.'
'ReactIs.isConcurrentMode() instead. It has the exact same API.',
);
return isConcurrentMode(object);
}
Expand Down