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 :)
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 :)