fix
This commit is contained in:
parent
06a3c9fbdc
commit
b1f2dd376b
File diff suppressed because one or more lines are too long
|
|
@ -15,7 +15,7 @@ export const createViPassProp = (
|
|||
arg: Record<string, any> & { children: ReactNode; internal_key: any }
|
||||
) => {
|
||||
const [_, render] = useState({});
|
||||
const internal_key = arg.internal_key;
|
||||
const internal_key = arg.idx || arg.internal_key;
|
||||
|
||||
if (!meta.item.script) {
|
||||
meta.item.script = {};
|
||||
|
|
|
|||
Loading…
Reference in New Issue