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 8aed3a6 commit c8d82bcCopy full SHA for c8d82bc
packages/connect-react/src/utils/component.ts
@@ -40,7 +40,7 @@ export function valuesFromOptions<T>(value: unknown | T[] | PropOptions<T>): T[]
40
}
41
return results
42
43
- if (value && typeof value === "object" && "__lv" in value && Array.isArray(value.__lv)) {
+ if (value && typeof value === "object" && Array.isArray(value.__lv)) {
44
return value.__lv as T[]
45
46
if (!Array.isArray(value))
0 commit comments