-
Notifications
You must be signed in to change notification settings - Fork 48
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
Is the loadPropsOnServer example up-to-date? #63
Comments
put null as the second argument if you don't want to pass loadContext. So yes, context is there |
Say you have some stuff you want loadProps to know about. Like the request
|
That makes sense, thanks for the clarification. |
I tried following the server example in README.md but got the error
cb is not a function
. After looking at loadPropsOnServer it looks like it's expecting 3 arguments where the last is the callback whereas the example has 2 unless I'm missing something?What should be passed as the second argument, loadContext?
Other than that this library solves a much needed problem so thanks very much :)
The text was updated successfully, but these errors were encountered: