Skip to content

Commit 2691b28

Browse files
authored
PWA-3610: Fixed targetables call (#4558)
1 parent 913d116 commit 2691b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/venia-ui/lib/targets/venia-ui-intercept.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const SummaryPaymentTypes = require('./SummaryPaymentTypes');
1212
const RootShimmerTypes = require('./RootShimmerTypes');
1313

1414
module.exports = veniaTargets => {
15-
const venia = new Targetables(veniaTargets);
15+
const venia = Targetables.using(veniaTargets);
1616

1717
venia.setSpecialFeatures(
1818
'cssModules',

0 commit comments

Comments
 (0)