nextjs-stenciljs-ssr-example icon indicating copy to clipboard operation
nextjs-stenciljs-ssr-example copied to clipboard

This is a WIP demo of using server rendered Stencil components in Next.js

Results 3 nextjs-stenciljs-ssr-example issues
Sort by recently updated
recently updated
newest added

All the assets.in my stencil referenced with / and those exists in public folder. However I am getting 404 for all assets.

Do you have some update to use next.13 and app/ folder?

``` Warning: Did not expect server HTML to contain a in . scoped-example ReactComponent@webpack-internal:///../../packages/component-library-react/dist/react-component-lib/createComponent.js:28:13 ScopedExample div Index@webpack-internal:///./src/pages/index.tsx:14:62 App@webpack-internal:///./src/pages/_app.tsx:15:21 ErrorBoundary@webpack-internal:///./node_modules/next/dist/compiled/@next/react-dev-overlay/dist/client.js:8:20742 ReactDevOverlay@webpack-internal:///./node_modules/next/dist/compiled/@next/react-dev-overlay/dist/client.js:8:23633 Container@webpack-internal:///./node_modules/next/dist/client/index.js:70:24 AppContainer@webpack-internal:///./node_modules/next/dist/client/index.js:216:20 Root@webpack-internal:///./node_modules/next/dist/client/index.js:403:21 ``` This is known with WebComponents and...