Open talor-hammond opened 4 years ago
Hey there, isSessionStorage prop doesn't work (stuff is still being set in localStorage) -- have provided in my app like so:
isSessionStorage
localStorage
<Persist name={withdrawalFormName(investmentId)} isSessionStorage // ...here />
I noticed the PR for this prop had been merged, but the latest version was before that change..?
https://github.com/jaredpalmer/formik-persist/issues/24 there is already an open issue
Hey there,
isSessionStorage
prop doesn't work (stuff is still being set inlocalStorage
) -- have provided in my app like so:I noticed the PR for this prop had been merged, but the latest version was before that change..?