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?
I'm trying to update our NPM packages, and I'm having difficulty getting Transmit to work again.
In our
server.jsfile, in ouronPreResponsecallback function, we're invoking:Within the callback function for
renderToString, the parametercontentis an object with two props,reactStringandreactData.content.reactStringis the HTML to render (as expected). Butcontent.reactDatais an empty array (whereas I'm expecting an object with the data for our app).Would you have ideas as to why
reactDatawould be an empty array rather than a populated object?Thank you.