How to access to the form values object in a parent component when i'm using wizard form ?
Like this:
<FormSpy subscription={{ values: true }}>
{({ values }) => <pre>{JSON.stringify(values)}</pre>}
</FormSpy>
It will only show you the values for the current page.