Fix list schemas
This commit is contained in:
parent
733814ae7e
commit
9b54655344
@ -65,7 +65,7 @@ export default function list(propSchema: PropSchema): PropSchema {
|
||||
propSchema.deserializer(item, itemDone, context, undefined),
|
||||
done);
|
||||
},
|
||||
beforeDeserialize: () => {},
|
||||
afterDeserialize: () => {},
|
||||
beforeDeserialize: undefined as any,
|
||||
afterDeserialize: undefined as any,
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user