react-relay-offline: error executing mutations offline without the network parameter

Hello! I use Create-react-app for the application and thus I use import graphql from "babel-plugin-relay/macro"; because I don’t have a customizable .babelrc. The library seems to work one way. It stores everything into the localStorage but when the connection is back it just doesn’t do anything

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 19 (11 by maintainers)

Commits related to this issue

Most upvoted comments

@morrys Thanks for that but I will wait to update to 0.8.1 😃 Probably will update next week. Cheers

@morrys Yep, it fixed it! Thanks a lot! but why is that parameter optional? and what does it do exactly because I couldn’t find any docs about it

here you go! offline First log line appeared after i sent my mutation. The second and third appeared after i went online. It does show some error btw, i can give you a stack trace if u need it Thanks for the help