Skip to content
Merged
Show file tree
Hide file tree
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
New tests
  • Loading branch information
sebmarkbage committed Oct 23, 2022
commit 86b36bd56a9b3cf648930596b3ae18f7f0a3943d
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe('isomorphic act()', () => {
DiscreteEventPriority = require('react-reconciler/constants')
.DiscreteEventPriority;
act = React.unstable_act;
use = React.experimental_use;
use = React.use;
Suspense = React.Suspense;
startTransition = React.startTransition;
});
Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/__tests__/ReactFetch-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ describe('ReactFetch', () => {
React = require('react');
ReactServerDOMServer = require('react-server-dom-webpack/server.browser');
ReactServerDOMClient = require('react-server-dom-webpack/client');
use = React.experimental_use;
use = React.use;
cache = React.cache;
});

Expand Down