Skip to content

Commit

Permalink
fix Netlify bug with "styled-jsx" SSR upon clicking on horizontal car…
Browse files Browse the repository at this point in the history
…ousel anchor link

Runtime.ImportModuleError - Error: Cannot find module 'styled-jsx/style'

upgrade Next.js to latest (v14) per https://answers.netlify.com/t/error-cannot-find-module-styled-jsx-style/104563/11

tracked here also: opennextjs/opennextjs-netlify#2330
  • Loading branch information
cvan committed Dec 6, 2023
1 parent 50c85f9 commit 55ab6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@mdx-js/react": "^3.0.0",
"@next/mdx": "^14.0.3",
"lottie-react": "^2.4.0",
"next": "13.5.6",
"next": "14.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"styletron-engine-atomic": "^1.6.2",
Expand Down

0 comments on commit 55ab6ad

Please sign in to comment.