unrevised6419
unrevised6419
I went into my node_modules and found [this](https://github.com/vuejs/core/blob/4a3237ad9300693e465f82a6be3552565a1c4be3/packages/compiler-sfc/src/templateTransformAssetUrl.ts#L42) code and added there `srcset` and it works fine. 🤔 ps: I've used [patch-package](https://github.com/ds300/patch-package) to patch the lib
Providing react hooks, we will need to bump react version to 16.8 (even better 16.9), and this is a breaking change from the library point of view. But as we...
@pokonski adding hooks should not affect curent components behaviour. We can just create the hooks, and leave the components as is. Or we can create hooks remove duplicate logic, and...
@jedwards1211 yes this is possible, but then we will have to maintain 2 codebases, one with hooks, and one without. Today had a talk with repo members > So we...
@jedwards1211 I mentioned this case, and in this case I think that usign `"react": "16.7.0", ` is not responsible from developer side. If he respects semver, it should be for...
@jedwards1211 ok, I got it :slightly_smiling_face:
At this moment I think no one is interested in allocating time for `redux-form` maintance, and feature implementations. We have a v9 roadmap, but for now is on hold, because...
@tohbansoon Can you please create a https://codesandbox.io that will replicate the problem?
@jcordial thanks for report. I could reproduce it also in Chrome. When having an input with name number like it stop at action `@@redux-form/UPDATE_SYNC_ERRORS`
Please provide a https://codesandbox.com example!