Jack Howard
Jack Howard
This was helpful fix for me, using the previous param: ``` import { Field } from 'react-final-form'; import { OnChange } from 'react-final-form-listeners'; // based off of library author https://medium.com/@erikras/declarative-form-rules-c5949ea97366...
feature request possibly: - add `outputReferences` to the scss/map-deep - would expect the option https://amzn.github.io/style-dictionary/#/formats?id=references-in-output-files https://amzn.github.io/style-dictionary/#/formats?id=scssmap-deep before: ```scss /** * Do not edit directly * Generated on Tue, 05 Oct...
Dynamic outputs would be awesome as well https://github.com/amzn/style-dictionary/issues/667#issue-941786692 this library is still in development, right? @chazzmoney
update to @VincentCharpentier for nested data, quick recursive. thank you @VincentCharpentier and @erikras ```javascript import { merge, isObject } from 'lodash'; const checkForInitialValues = (initialValues, newValues) => { // library...
this can be closed right @alex-shatalov ? I think the answer by https://github.com/final-form/react-final-form/issues/130#issuecomment-620291085 is really effective for this
Seeing `union` in the description for ^7.5.3`
this worked for me -- thanks @tythewebguy !
> ### What would you like? > Next.JS 14 was recently released: https://nextjs.org/blog/next-14 > > Currently cypress does not support that version, as you can see in the picture below...
Huh, I'm curious about this. I'm having issues with react-actioncable-provider on `react` with ^16.6.1 on IE11 via #16
Yes, this bit us as well with storybook: ``` │ └─┬ @storybook/[email protected] │ └─┬ @pmmmwh/[email protected] │ └── [email protected] deduped invalid: "~0.6.1" from node_modules/escodegen ├─┬ @storybook/[email protected] │ └─┬ [email protected] │ └──...