Ondřej Brejla

Results 8 comments of Ondřej Brejla

Same problem...it's quite ugly :/

Hi all, also bumped into this... It's really a blocker, is the fix planned? Thanks a lot.

Hi, sry hustcc, I'm definitely not a newbie, but andy is absolutely right here 👍

Same problem here... Trying to update to `@apollo/client` and got tens of these "No more mocked responses" errors. Also in the simple loading state check.

Adjusting blamed line positions when a file has uncommitted changes is a must-have. Thanks!

Hi, same here...it's really annoying. It can render empty value on at first render, then in case of empty value, it just realizes that it's not a truthy value and...

Btw another possible workaround is to set `state.inputValue` to empty string in custom reset function, via `ref`, i.e. something like: ```js const [value, setValue] = useState(''); const dateInputElement = useRef(null);...

Hi all, same for me. Any changes? Thanks.