Oleksii Myronenko

Results 5 comments of Oleksii Myronenko

I have the same error as above. Same repro steps

@paleika Unfortunately your solution doesn't work for me. InMemoryCache uses `id` fields by default to identify results and keep them in cache. But the problem is in `feed.id` field, because...

Also get this error. `props.input.value` is always an empty string on `componentWillMount`, `componentDidMount` and first `render` call. I cannot initialize my forms without propTypes errors https://codesandbox.io/s/my7x8m83ox

> The decorator simply doesn't render the form until it's initialized I suppose this can lead to blinks or UI shifts

@transitive-bullshit For instance, I store "enable chat history" flag in user preferences, so if it's false my upsertMessage() and getMessageById() should do nothing. But I cannot customize them on constructor...