We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
4.27.0
Internal Server Error when using SSR components on NextJs application
TypeError: The "payload" argument must be of type object. Received null] { code: 'ERR_INVALID_ARG_TYPE' }
Should work, according to documentation, out of the box.
"@stencil/core": "~4.27.0" "@stencil/store": "2.0.16" "@types/react": "^19" "@types/react-dom": "^19" "next": "15.1.7"
Just check the code sandbox
https://codesandbox.io/p/devbox/broken-store-on-conditial-rendered-component-forked-gm3khq?file=%2Fapp%2Fdemo-nextjs%2Fpackage.json%3A14%2C5-14%2C22&workspaceId=ws_JLonnZKrY598Z6t64ffEK3
Not sure if I'm doing something wrong, but I followed the documentation regarding integration.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prerequisites
Stencil Version
4.27.0
Current Behavior
Internal Server Error when using SSR components on NextJs application
TypeError: The "payload" argument must be of type object. Received null] {
code: 'ERR_INVALID_ARG_TYPE'
}
Expected Behavior
Should work, according to documentation, out of the box.
System Info
Steps to Reproduce
Just check the code sandbox
Code Reproduction URL
https://codesandbox.io/p/devbox/broken-store-on-conditial-rendered-component-forked-gm3khq?file=%2Fapp%2Fdemo-nextjs%2Fpackage.json%3A14%2C5-14%2C22&workspaceId=ws_JLonnZKrY598Z6t64ffEK3
Additional Information
Not sure if I'm doing something wrong, but I followed the documentation regarding integration.
The text was updated successfully, but these errors were encountered: