We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c9771 commit 1fc70cbCopy full SHA for 1fc70cb
packages/venia-ui/lib/targets/venia-ui-intercept.js
@@ -12,6 +12,9 @@ const SummaryPaymentTypes = require('./SummaryPaymentTypes');
12
const RootShimmerTypes = require('./RootShimmerTypes');
13
14
module.exports = veniaTargets => {
15
+ if (!veniaTargets) {
16
+ throw new Error('veniaTargets not provided — check local-intercept.js');
17
+ }
18
const venia = Targetables.using(veniaTargets);
19
20
venia.setSpecialFeatures(
0 commit comments