Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 7e99062

Browse files
Merge pull request #373 from carwack/fix/nuxt-external-icons
fix(nuxt): fix params for parsePackIcons function
2 parents 11271c6 + f76f5b6 commit 7e99062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/chakra-ui-nuxt/lib/module.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = function (moduleOptions) {
2020
// Resolve icons
2121
let packIcons = {}
2222
if (options.icons && options.icons.iconPack) {
23-
packIcons = parsePackIcons(options.icons.iconPack, options.icons.iconSet)
23+
packIcons = parsePackIcons(options.icons.iconSet)
2424
}
2525

2626
// Transpile lodash-es

0 commit comments

Comments
 (0)