Skip to content

Commit c503d4d

Browse files
committed
Add TSlib as dep to demo stackblitz template
1 parent b90d156 commit c503d4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/react-renderer-demo/src/stackblitz-templates/pf4-templates.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,6 @@ export const pf4Dependencies = {
6969
'@data-driven-forms/pf4-component-mapper': 'latest',
7070
'@patternfly/react-core': 'latest',
7171
'@patternfly/react-icons': 'latest',
72-
'prop-types': 'latest'
72+
'prop-types': 'latest',
73+
tslib: '^2.0.0'
7374
};

0 commit comments

Comments
 (0)