fable-compiler / fable-react

Fable bindings and helpers for React and React Native
MIT License
275 stars 66 forks source link

Fallback to original component in FunctionComponent.Lazy for SSR #223

Closed mvsmal closed 2 years ago

mvsmal commented 2 years ago

In FunctionComponet.Lazy we should not return an empty div for SSR. Instead we should return the original component. Original issue #222

alfonsogarciacaro commented 2 years ago

Thanks!

mvsmal commented 2 years ago

@alfonsogarciacaro may I ask you to release this hotfix, please? Thanks

alfonsogarciacaro commented 2 years ago

Sorry @mvsmal, I missed your last comment. I just pushed a new release with the fix 👍