You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this preset, and the taking the time to look at issues.
I just wanted to check if this plugin is compatible with the babelRelayPlugin. In my case using relay 0.9 and RN@0.26.3, I get Unexpected invocation at runtime error for Relay.QL.
I also saw the your PR facebook/relay#714. For testing I put a console.log message before this line, and it doesn't run. However console.log just after line 56 works.
Clearing the watchman cache via watchman watch-del-all and npm run start --reset cache doesn't work as well.
Hey @skevy
Thanks for this preset, and the taking the time to look at issues.
I just wanted to check if this plugin is compatible with the babelRelayPlugin. In my case using relay 0.9 and RN@0.26.3, I get
Unexpected invocation at runtime
error for Relay.QL.I also saw the your PR facebook/relay#714. For testing I put a console.log message before this line, and it doesn't run. However console.log just after line 56 works.
Clearing the watchman cache via
watchman watch-del-all
andnpm run start --reset cache
doesn't work as well.My .babelrc looks like this
Someone on reactiflux suggested creating a rn-cli.config.js file, but that doesn't help as well.
Any ideas?
The text was updated successfully, but these errors were encountered: