David Epely
David Epely
quick 'n dirty, I try reproduce my use case (It might be simplified but you have the thing): ```js const proxy = require('express-http-proxy'); const app = require('express')(); const { Router:...
I think you should declare block and element first: ```scss .button { &__icon { color: white; } &--disabled__icon { color: gray; } } .text { &__icon { color: black; }...
Hi, I think I have experienced the same issue but in a different case: with conditional fields. Even with `Field` component, it won't retrieve the programmatically changed value on first...
I vote for 2 which sounds simple to use / understand
This is probably due to an error when building evdi, see #821 I think this should be closed as duplicate
This is probably due to an error when building evdi, see #821 I think this should be closed as duplicate (sorry for the spam, but it seems to be duplicated...
Because I can't always keep fields registered, I found 2 workarounds: - ~~use at least one field with async validation~~ but it needs to be slower than React re-render which...