-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
2.2.5
Environment
codesandbox
Reproduction link
Steps to reproduce
<template>
<div style="padding-left: 50px">
<p>TestForm</p>
<a-form>
<a-form-item label="account" name="account">
<a-input />
</a-form-item>
</a-form>
</div>
</template>An error has occurred
TypeError
expose is not a function
What is expected?
Can be used in codesandbox
What is actually happening?
TypeError
expose is not a function
In the later version of 2.2.0, validate() caused Maximum recursive updates exceeded when verifying.
Cannot test in codesandbox