Commit 3368094
committed
fix(frontend): bump lucide-react to ^1.8.0 and align with Cloud UI
Cloud UI recently upgraded lucide-react to ^1.8.0. Because both apps
declare lucide-react as a `singleton` in their Module Federation config,
the Cloud UI host provides a single instance for the Console remote to
consume. With Console pinned at ^0.563.0, the constraints are disjoint
and MF resolves to Cloud UI's 1.8.0 — where `Linkedin` no longer exists
(removed upstream for trademark reasons) — so Console's footer rendered
`undefined` and the entire Console MF mount errored on every cluster
route in Cloud UI.
Align Console with Cloud UI and drop the now-unexported LinkedIn icon:
- package.json: lucide-react ^0.563.0 -> ^1.8.0
- components/icons/index.tsx: remove the `Linkedin as LinkedInIcon` re-export
- components/layout/footer.tsx: drop the LinkedIn link and its import1 parent 49c8178 commit 3368094
4 files changed
Lines changed: 4 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | 69 | | |
71 | 70 | | |
72 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | 91 | | |
100 | 92 | | |
101 | 93 | | |
| |||
0 commit comments