You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a regression of #1423 when Yup was upgraded from 0.32.11 to 1.0.0 in which when using concat on an object schema with a dependency list it seems to be ignored.
To reproduce, simply go to the Code Sandbox link provided in the referenced issue and update the Yup version:
There is a regression of #1423 when Yup was upgraded from
0.32.11
to1.0.0
in which when using concat on an object schema with a dependency list it seems to be ignored.To reproduce, simply go to the Code Sandbox link provided in the referenced issue and update the Yup version:
0.32.11
and observe there is no issue1.0.2
and observe the original issue surfaces: "Cyclic dependency"You can also observe the issue when using a more minimal example than the Code Sandbox example:
The text was updated successfully, but these errors were encountered: