Simonas Gildutis

Results 15 comments of Simonas Gildutis

I think it is after merge of #102 where a new state variable was introduced and passed to to `TextInput` value prop, although it is not being set correctly

it is appearing on 0.2.2. Commit fc938a603411bba3f4ee58de391b31b52d7f594c

would love to see this merged :D

seems like CI is failing because of old code that was present in master some time ago, sadly. @Meninblack007 could you fix merge conflicts tho? That should trigger a rebuild

it seems that the snapshot should also be changed for the CI to pass

either this or #196 should exist

Not sure how to make the check pass since codeclimate reports that it currently does not have an analysis of these two commits

I've also noticed what @dan-cooke said. `useQuery` hook returns stale data, even though cache is updated correctly. Actually the component calling `useQuery` won't even re-render, if the mutation call is...