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 58e6cbc commit b6704cfCopy full SHA for b6704cf
packages/browser/src/core/arguments-resolver/index.ts
@@ -98,6 +98,7 @@ export function resolvePageArguments(
98
if (argIdx === 0) {
99
resolvedProperties = obj
100
}
101
+
102
if (argIdx === 1 || argIdx == 2) {
103
if (isNil(resolvedProperties)) {
104
@@ -106,15 +107,12 @@ export function resolvePageArguments(
106
107
108
109
- // if it's the third argument and it's an object, it's always properties
110
if (argIdx === 3) {
111
resolvedOptions = obj
112
113
114
})
115
116
- // if there is an object and it's the fourth argument, it's options
117
-
118
return [
119
resolvedCategory,
120
resolvedName,
0 commit comments