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
{{ message }}
This repository was archived by the owner on Mar 15, 2018. It is now read-only.
Within the callback function for renderToString, the parameter content is an object with two props, reactString and reactData.
content.reactString is the HTML to render (as expected). But content.reactData is an empty array (whereas I'm expecting an object with the data for our app).
Would you have ideas as to why reactData would be an empty array rather than a populated object?
Thank you.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to update our NPM packages, and I'm having difficulty getting Transmit to work again.
In our
server.js
file, in ouronPreResponse
callback function, we're invoking:Within the callback function for
renderToString
, the parametercontent
is an object with two props,reactString
andreactData
.content.reactString
is the HTML to render (as expected). Butcontent.reactData
is an empty array (whereas I'm expecting an object with the data for our app).Would you have ideas as to why
reactData
would be an empty array rather than a populated object?Thank you.
The text was updated successfully, but these errors were encountered: