-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
createNetworkInterface does not work as documented in 0.5.0 #806
Comments
@eagsalazar Are you intentionally running the prerelease or did you just run |
Huh, I just did npm install, I think... Anyway, sure. On Tue, Oct 18, 2016 at 12:03 PM, Jonas Helfer notifications@github.com
|
actually, nvm, it seems someone already made a PR: https://github.com/apollostack/react-docs/pull/78 |
@eagsalazar oh, ok. It seems we temporarily didn't have the correct release marked as latest. For the time being, you should install 0.4.21, which is be the latest recommended version. |
In generated js on npm, transport/networkinterface.js has this code:
Documentation says we can pass interface opts like this:
Which does not work as uri is not set. This results in this error:
ExceptionsManager.js:62 A remote enpdoint is required for a network layer
Doing this instead does work:
The text was updated successfully, but these errors were encountered: