Skip to content

Commit 118efeb

Browse files
fix(unity-react-core): update sb to use uds js
1 parent 804ce9a commit 118efeb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

packages/unity-react-core/src/core/models/shared-prop-types.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const contentPropType = PropTypes.shape({
1818
const accordionCardPropTypes = PropTypes.shape({
1919
color: PropTypes.oneOf(["gold", "maroon", "gray", "dark"]),
2020
content: PropTypes.shape({
21-
icon: PropTypes.string,
21+
icon: PropTypes.arrayOf(PropTypes.string),
2222
header: PropTypes.string,
2323
body: PropTypes.string,
2424
}),

packages/unity-react-core/vite.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ export default defineConfig({
7373
},
7474
},
7575
],
76+
// optimizeDeps: {
77+
// force: true,
78+
// },
7679
resolve: {
7780
alias: {
7881
"@shared": path.resolve(__dirname, "./../../shared"),

0 commit comments

Comments
 (0)