-
-
Notifications
You must be signed in to change notification settings - Fork 573
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
[react] 0.470.0+ crashing deployments #2743
Comments
We're observing the same issue with Next.js 14.2.23 + React 18.3.1. |
Just had the same with remix "@remix-run/node": "^2.15.2", https://crowdfunding-tracker.vercel.app/ fixed it for now by downgrading |
Same here with |
Same here, built fine locally, but deployment on Vercel failed. Downgraded to 0.469.0 and it works again.
|
Same issue in Tanstack Start |
Package
Version
0.470.0+
Can you reproduce this in the latest version?
Browser
Operating system
Description
NOTE: if this is affecting anyone currently, downgrading to 0.469.0 solves it for me
From 0.470.0 using lucide-react icons breaks my
react-router v7
deployments.No problems building locally and serving with
react-router serve
, and no problem runningreact-router build
for the deployment - no errors or warnings.But visiting the page seems to crash the Netlify lambda itself (also tested on Vercel). Here is the error log from Netlify:
Also note that this isn't a react v19 issue, it's happening on 18.3 as well
Steps to reproduce
Here's a minimal repro: https://github.com/rub1e/lucide-react-repro
It's just the Netlify React Router starter with one page with a single lucide icon
Here it is crashing on netlify: https://venerable-sunshine-738964.netlify.app/
Checklist
The text was updated successfully, but these errors were encountered: