Stefan T. Oertel
Stefan T. Oertel
I don't see how this would complicate things, rather than making them easier. If you can be sure that you've got always a `isLoading`, and, if not loading, a `data`...
It appears that it only happens when the remote debugger is used. I'm not sure where to start investigating, because it's unpredictable when it happens.
Another observation: If the application is stuck within the circumstances described, you can make it work again by switching apps on the emulator to something else, and then switch back....
Actually I think I found the issue. My glamorous component has a prop "theme": ``` Headline.propTypes = { theme: PropTypes.oneOf(['white', 'green', 'grey', 'darkgrey', 'error']), }; ``` When I omit it,...