Skip to content

Commit 79ff8ef

Browse files
authored
Merge pull request #469 from kronostechnologies/dev/fix-icons
fix(Icon): fix duplicate ids yielding wrong render
2 parents e0eac4f + 16dcda4 commit 79ff8ef

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.tool-versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
nodejs 16.15.0
1+
nodejs 16.18.1
22
yarn 1.22.5

packages/react/webpack/webpack.config.common.js

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ module.exports = {
4444
},
4545
},
4646
},
47+
'prefixIds'
4748
],
4849
},
4950
},

0 commit comments

Comments
 (0)