Bruno Maia
Bruno Maia
I tested something like adding: ```js (dependencies.map(getNamePath).some(dependency => containsNamePath(namePathList, dependency)) && info.type === "validateFinish") || ``` here https://github.com/react-component/field-form/blob/b581a34c1631524e5869de6ac538881b5754a30f/src/Field.tsx#L332 Let me know if you'd be interested in this approach and I...
I'm also experiencing some problems with `setFieldsInitialvalue`. What is its recommended usage? Should it be called before/after all decorators have been declared? Can it be called at every render or...
The code example wasn't showing the error correctly because it was using an older antd version. Updated it to the latest version (4.7.1) to ensure we can see the problem...
Still happening in the latest version (`v4.12.2`). Updated reproducible link: https://codesandbox.io/s/antd-reproduction-template-forked-4q0bw . @afc163 any idea why calling `getFieldError("foo")` inside a FormItem with dependencies' renderProps does not work?
Can comment I would use this feature to access my transmission instance behind a Cloudflare tunnel which uses oauth authentication by default. Adding a complete oauth flow would be overkill...
I was looking for a way to perform a graceful shutdown of an Amqp Source while draining already pulled elements from the broker but I'm not seeing any interface that...
The music dimmed button doesn't seem to be affected. I've also enabled debug logs and waited 1 min for the screensaver dimming to happen. I pressed a few keys to...
Is adding a new operator for this worth it? Since it's just almost the same as calling `flatMapConcat` directly? For more context, this is only really a problem when using...
>it is triggering the single button action and the long button action both? Correct. I used MQTT explorer to check the events being sent. When doing a long press gesture,...
Ah, didn't notice this project was "abandoned". I started using the blueprint from your fork and confirm it works correctly 👍 Thank you!