-
Notifications
You must be signed in to change notification settings - Fork 10
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
Does the new update support FR SSR? #86
Comments
Thanks for the detailed report. If this is what I think, it's fixed in the latest react-hot-loader version. Also, I just changed the docs to make this a real dependency rather than devDependency, since it needs to be bundled with your built project. So can you try:
and report back. If it's not this we'll figure it out. Definitely want to support FR SSR by the time |
I tried your suggestion and the problem still persists. |
Thanks for confirming. For this and #88, I need some help. Is the code for your app cloneable on github? Or can you make a small reproduction? I don't use flow-router-ssr in any of my projects and I'm struggling to get it set up here. |
Thanks for figuring out where the actual problem is! Great help! I've cloned the repo, but this is going to take some work. I'm going to focus for now on getting meteor-hmr stable out, and hopefully react-hot-loader might get this fixed on it's own; otherwise with everything else working I'm going to try figure it out. |
This should be fixed with the new React release 15.1.0. I will double check this tomorrow. |
I tested it and it's throwing a new error:
Do you have any ideas on this? I can't seem to find anything related to this. |
Description of Problem
view page source
, nothing is in thebody
tag.ecmascript
and the problem went away.In the terminal console:
Environment
Supporting files
.meteor/packages
.meteor/versions
packages.json
.babelrc
(if you modified it)The text was updated successfully, but these errors were encountered: