-
-
Notifications
You must be signed in to change notification settings - Fork 0
Layers panel/jan26 updates shorterm #272
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
Changes from all commits
fe1c48e
cbdfbb5
bd36727
6505021
6746385
f756155
4ba8773
565ced9
d36e62c
b477574
fe0f0f2
7ba1278
0882d15
239e9cd
5f7fa16
275e118
9b1e7d8
f68e8e1
d9511a9
fe25082
c167f7d
c6135c9
0c978e2
17a647a
47aadac
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -9,7 +9,7 @@ export const getValidAreaSetGroupCodes = ( | |||||
| dataSourceGeocodingConfig: GeocodingConfig | null | undefined, | ||||||
| ): AreaSetGroupCode[] => { | ||||||
| if (!dataSourceGeocodingConfig) { | ||||||
| return []; | ||||||
| return Object.values(AreaSetGroupCode); | ||||||
|
||||||
| return Object.values(AreaSetGroupCode); | |
| return []; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The lucide-react package is being updated from version 0.484.0 to 0.562.0. This is a significant jump that may introduce breaking changes or new icons (like VectorSquareIcon which is being used in this PR). Ensure that all icon imports are compatible with the new version and check the lucide-react changelog for any breaking changes.