Adam Thomas

Results 29 comments of Adam Thomas

@johnrom Just letting you know the published `@johnrom/[email protected]` package has an incorrect `module` field in `package.json`. Im having trouble using this in place of my existing installation, since `useSetFieldValue` is...

> @adam-thomas-privitar you don't have to use the micro-hooks, you can use `useFormikContext().setFieldValue`. > > The micro-hooks are from the original v3 PR Jared created which optimized the hooks a...

I feel like at this point, a "proper" fork (maybe "formik-continued" or "formik-enhanced" or something) is the way to go. I suspect theres more interest than it looks if you...

I think the issue with ZodErrorMap is theres often cases where you want a certain schema to return a different error for that specific schema. The limit of having only...

For anyone else coming across this and you really dont want to be creating a custom build (not good if you are wanting to simply include this a dep) --...

With the latest framer motion (which you may need to upgrade to -- I had to apply type patches via yarn to get it to work with v7 :( )...

I forgot to add though, it doesn't remove all animations. It selectively reduces certain ones. Framer should add an option for total removal see - https://github.com/framer/motion/issues/1160. Notably the low level...

@martaver Ive also attempted this and hit a dead end. There seems to only be 2, not very good, options: 1) Have 1 lockfile per package and define each node_modules...

@jinfwhuang I think the biggest problem with this is you lose all the good positives of a real workspace like one canonical yarn.lock. How do you sync versions of things...

> @hckhanh Neither only-allow nor any other solutions posted here prevent `npm install ` unfortunately... You're right actually. My solution doesn't prevent that (though hopefully, the devs suspicions that you...