Back
Pug Pugson
Load previous page…

Ah yes, that's true. For old photos you'd have to use Google Photos app on your phone. It can import your whole library.

I'd have to say the whole WIP community. You folks are great! Really pushing me to get shit done whether I like it or not.

Most helpful? I guess Marc for creating wipbot and bringing us all together. Shout out to all regulars hanging out on Telegram daily! You know who you are 😘

Ok so I got this working like this:

ReactDOM.render(
  <ApolloProvider client={client}>
    <Routes history={browserHistory} />
  </ApolloProvider>, document.getElementById('root')
);

if (module.hot) {
  module.hot.accept()
}

Another issue came up — after hot reloading a page where I had a form for mutations, I get an error when trying to run that mutation.

Uncaught (in promise) TypeError: _this.props.addApp is not a function

FWIW, I set up the loader on the Routes component and it seems to be working with a You cannot change <Router routes>; it will be ignored error, which turns out to be harmless in react-router v3.

Home
Search
Messages
Notifications
More