Skip to content
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

fix useIsomorphicLayoutEffect in Node #1496

Closed
wants to merge 3 commits into from

Conversation

patricksmms
Copy link

Fix condition to work in Node even when the window object is defined

Closes #1492

patricksmms and others added 3 commits January 7, 2020 11:38
Fix condition to work in Node even when the window object is defined

Closes reduxjs#1492
drop node detection as breaks unit tests and adds unecessary specificity
@netlify
Copy link

netlify bot commented Jan 8, 2020

Deploy preview for react-redux-docs ready!

Built with commit b66597e

https://deploy-preview-1496--react-redux-docs.netlify.com

@markerikson
Copy link
Contributor

Is there any kind of a unit test we can add to better cover this scenario? Do we have any tests that cover this yet?

@patricksmms patricksmms closed this Jan 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

useIsomorphicLayoutEffect flag set wrongly
2 participants