Commit 25a4157
authored
fix uuid import path not working for modern bundler (#1339)
* fix uuid import path not working for modern bundler
uuid Breaking Change: Starting with uuid v8, the subpaths like /v4 were removed from the official export list. Modern bundlers like Rspack and Webpack 5 strictly follow these rules and will throw a "Package subpath is not defined" error if you try to bypass them.
Signed-off-by: Yulong Ruan <ruanyl@amazon.com>
* fix Triggers unit test
Signed-off-by: Yulong Ruan <ruanyl@amazon.com>
---------
Signed-off-by: Yulong Ruan <ruanyl@amazon.com>1 parent 0a6a993 commit 25a4157
File tree
2 files changed
+5
-3
lines changed- public/pages/MonitorDetails/containers/Triggers
2 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
0 commit comments