kadirahq / flow-router

Carefully Designed Client Side Router for Meteor
MIT License
1.09k stars 195 forks source link

SSR: WeakMap is not defined #630

Open sungwoncho opened 8 years ago

sungwoncho commented 8 years ago

Using kadira:flow-router-ssr@3.13.0, when rendering the component https://github.com/davidchin/react-input-range (0.8.0), on the server side, I get that

ReferenceError: WeakMap is not defined

That component uses WeakMap internally. I can confirm that on my client side, WeakMap is defined.

semeano commented 7 years ago

@sungwoncho were you able to fix this issue? I'm facing the same problem.

sungwoncho commented 7 years ago

@semeano I wasn't able to fix the issue.