Skip to content

Commit

Permalink
Upgrade React experimental (#41419)
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Oct 14, 2022
1 parent 7297942 commit 8f49ffc
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -183,8 +183,8 @@
"react-17": "npm:react@17.0.2",
"react-dom": "18.2.0",
"react-dom-17": "npm:react-dom@17.0.2",
"react-dom-exp": "npm:react-dom@0.0.0-experimental-e40893d09-20221005",
"react-exp": "npm:react@0.0.0-experimental-e40893d09-20221005",
"react-dom-exp": "npm:react-dom@0.0.0-experimental-a8c16a004-20221012",
"react-exp": "npm:react@0.0.0-experimental-a8c16a004-20221012",
"react-ssr-prepass": "1.0.8",
"react-virtualized": "9.22.3",
"relay-compiler": "13.0.2",
Expand Down
24 changes: 12 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/e2e/app-dir/index.test.ts
Expand Up @@ -1687,7 +1687,7 @@ describe('app dir', () => {
})

describe('not-found', () => {
it.skip('should trigger not-found in a server component', async () => {
it('should trigger not-found in a server component', async () => {
const browser = await webdriver(next.url, '/not-found/servercomponent')

expect(
Expand Down

0 comments on commit 8f49ffc

Please sign in to comment.