fix(bolt-vite-react-ts): bump lucide-react to ^0.446.0 - #119
Merged
Conversation
0.344 predates lucide's icon renames, so models trained on current lucide import names that don't exist (LoaderCircle et al) and the app white-screens at module evaluation. 0.446 exports the renamed icons and keeps the legacy aliases (Loader2, BarChart3, CheckCircle2), matching the shadcn templates' pin. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
|
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Models trained on current lucide import post-rename icon names (
LoaderCircleet al) that don't exist in the template's^0.344.0pin — the import fails module evaluation and the app white-screens (verified in gpt-5.6 eval runs; 9/24 terra runs blanked, 3 with this exact error verbatim).^0.446.0exports the renamed icons and keeps the legacy aliases Claude models use (Loader2,BarChart3,CheckCircle2), and matches the pin the shadcn templates already use.🤖 Generated with Claude Code