Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(e2e): add website to smoke tests & fix dev server error #1095

Merged
merged 4 commits into from
Dec 27, 2024

Conversation

tylersayshi
Copy link
Member

@tylersayshi tylersayshi commented Dec 27, 2024

  • smoke test website in e2e tests
  • fix runtime error for dev server related to client edge from react-server-dom-webpack

the error:

TypeError: globalThis.__WAKU_CLIENT_CHUNK_LOAD__ is not a function
    at Object.get (file:///~/gitspace/waku/packages/waku/dist/lib/renderers/html.js:162:36)
    at resolveClientReference (/~/gitspace/waku/node_modules/.pnpm/react-server-dom-webpack@19.0.0_react-dom@19.0.0_react@19.0.0__react@19.0.0_webpack@5.97.1/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.development.js:28:60)
    at resolveModule (/~/gitspace/waku/node_modules/.pnpm/react-server-dom-webpack@19.0.0_react-dom@19.0.0_react@19.0.0__react@19.0.0_webpack@5.97.1/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.development.js:1755:29)
    at processFullStringRow (/~/gitspace/waku/node_modules/.pnpm/react-server-dom-webpack@19.0.0_react-dom@19.0.0_react@19.0.0__react@19.0.0_webpack@5.97.1/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.development.js:2273:11)
    at processFullBinaryRow (/~/gitspace/waku/node_modules/.pnpm/react-server-dom-webpack@19.0.0_react-dom@19.0.0_react@19.0.0__react@19.0.0_webpack@5.97.1/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.development.js:2268:7)
    at progress (/~/gitspace/waku/node_modules/.pnpm/react-server-dom-webpack@19.0.0_react-dom@19.0.0_react@19.0.0__react@19.0.0_webpack@5.97.1/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.development.js:2476:17)

dai-shi and others added 3 commits December 27, 2024 11:59
Copy link

vercel bot commented Dec 27, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
waku ✅ Ready (Inspect) Visit Preview Dec 27, 2024 6:40am

Copy link

codesandbox-ci bot commented Dec 27, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Comment on lines 115 to 118
'react-server-dom-webpack/client',
'react-server-dom-webpack/client.edge',
'react-dom/client',
],
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this does not seem to work. not sure if I am putting this in the correct spot yet

include: ['next-mdx-remote/rsc'],
include: [
'next-mdx-remote/rsc',
'react-server-dom-webpack/client.edge', // FIXME this should be managed by dev-server-impl.ts
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this solves the bug, but I know we should manage this internally

@tylersayshi tylersayshi changed the title chore(e2e): add website to smoke tests chore(e2e): add website to smoke tests & fix dev server error Dec 27, 2024
Copy link
Member

@dai-shi dai-shi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work!!!

@dai-shi dai-shi merged commit 25d418b into wakujs:main Dec 27, 2024
26 checks passed
@dai-shi dai-shi mentioned this pull request Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants