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
So that our input components can be used without redux-form, which is deprecated. This could be accomplished with a universal adapter pattern, as shown for formik below:
// App.js
import { applyFormAdapter, formAdapterFormik } from 'lp-components'
applyFormAdapter(formAdapterFormik)
The text was updated successfully, but these errors were encountered:
So that our input components can be used without
redux-form
, which is deprecated. This could be accomplished with a universal adapter pattern, as shown forformik
below:The text was updated successfully, but these errors were encountered: