File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
packages/remix/test/integration Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 77 "start" : " remix-serve build"
88 },
99 "dependencies" : {
10- "@remix-run/express" : " 1.9 .0" ,
11- "@remix-run/node" : " 1.9 .0" ,
12- "@remix-run/react" : " 1.9 .0" ,
13- "@remix-run/serve" : " 1.9 .0" ,
10+ "@remix-run/express" : " 1.17 .0" ,
11+ "@remix-run/node" : " 1.17 .0" ,
12+ "@remix-run/react" : " 1.17 .0" ,
13+ "@remix-run/serve" : " 1.17 .0" ,
1414 "@sentry/remix" : " file:../.." ,
1515 "react" : " ^17.0.2" ,
1616 "react-dom" : " ^17.0.2"
1717 },
1818 "devDependencies" : {
19- "@remix-run/dev" : " 1.9 .0" ,
19+ "@remix-run/dev" : " 1.17 .0" ,
2020 "@types/react" : " ^17.0.47" ,
2121 "@types/react-dom" : " ^17.0.17" ,
2222 "nock" : " ^13.1.0" ,
Original file line number Diff line number Diff line change 11import { test , expect , Page } from '@playwright/test' ;
22
33async function getRouteData ( page : Page ) : Promise < any > {
4- return page . evaluate ( 'window.__remixContext.routeData ' ) . catch ( err => {
4+ return page . evaluate ( 'window.__remixContext.state.loaderData ' ) . catch ( err => {
55 console . warn ( err ) ;
66
77 return { } ;
You can’t perform that action at this time.
0 commit comments