Can I put my ReactContextProvider values(no overlapped useForm methods inside) into FormProvider #1880
-
Current my structure is <ReactContextProvider values={...myContextValues}
<FormProvider {...formMethods}>
...
</FormProvider
</ReactContextProvider> Can I change to this? <FormProvider {...myContextValues} {...formMethods}>
...
</FormProvider |
Beta Was this translation helpful? Give feedback.
Answered by
bluebill1049
Jun 16, 2020
Replies: 1 comment
-
pretty sure you can. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Taymindis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pretty sure you can.