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
at propsWithNoScriptRender (@domain-group_fe-pa-listing-details_0.32.11_2.2.1_client.js:68415)
at Lazy.render (@domain-group_fe-pa-listing-details_0.32.11_2.2.1_client.js:67848)
at ReactCompositeComponentWrapper._renderValidatedComponentWithoutOwnerOrContext (react.js:5941)
at ReactCompositeComponentWrapper._renderValidatedComponent (react.js:5961)
at ReactCompositeComponentWrapper.wrapper [as _renderValidatedComponent] (react.js:12353)
at ReactCompositeComponentWrapper.mountComponent (react.js:5574)
at ReactCompositeComponentWrapper.wrapper [as mountComponent] (react.js:12353)
at Object.mountComponent (react.js:12978)
at ReactCompositeComponentWrapper.mountComponent (react.js:5579)
at ReactCompositeComponentWrapper.wrapper [as mountComponent] (react.js:12353)
on client code, react-dom/server as far as im aware should not be used on client code
The text was updated successfully, but these errors were encountered:
jooj123
changed the title
Doesnt correctly support SSR
Relies on react-dom/server
Sep 20, 2017
I have noticed that this lib relies on
react-dom/server
being used on client codeHere:
react-lazy/src/lib/wrap.jsx
Line 2 in 889e7af
and here:
react-lazy/src/lib/wrap.jsx
Line 31 in 889e7af
Which causes
on client code,
react-dom/server
as far as im aware should not be used on client codeThe text was updated successfully, but these errors were encountered: