Open Falieson opened 7 years ago
@Falieson yes, this is an unfortunate side effect of react-dom-stream
. I guess they'll fix that when the churn around PropTypes dies down.
what does STR stand for by the way?
STR = Steps To Reproduce
Thanks for letting me know its from a 3rdparty package and not something I can fix in the repo
I almost think I should get rid of react-dom-stream
and just stick with react-dom
for now. It's fairly experimental...in fact it uses a fork of React internally. Another downside of react-dom-stream
is that if a React component throws an error in the middle of SSR, it's impossible to send a 500 status code because it already had to send 200 to start streaming the HTML.
== STR
npm run start
localhost:4000
webpack server terminal receives output
@jedwards1211 I'll probably submit a PR for this in the next day or two