The <Liform/> component currently creates a new redux-form decorated <FinalForm/> on every render. This means that usage with a dynamic schema will cause unnecessary field registrations on every render. This can be avoided by exposing more utility functions that can be passed into a pre-existing redux-form decorated form component.
The
<Liform/>
component currently creates a new redux-form decorated<FinalForm/>
on every render. This means that usage with a dynamic schema will cause unnecessary field registrations on every render. This can be avoided by exposing more utility functions that can be passed into a pre-existing redux-form decorated form component.