Skip to content

setState + shallow rendering are now working fine #1464

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

Merged
merged 1 commit into from
Mar 3, 2016

Conversation

igorsantos07
Copy link
Contributor

Updating docs regarding React updates on Shallow Rendering: facebook/react#4019 (comment)

Updating docs regarding React updates on Shallow Rendering: facebook/react#4019 (comment)
@gaearon
Copy link
Contributor

gaearon commented Mar 1, 2016

Shall we also remove jsdom from all example tests?

@fshowalter
Copy link
Contributor

👍 for removing jsdom. We only use it when testing components that interact with external (non-React) libraries and thus can't be fully covered with shallow rendering.

Dropping jsdom removes the potential point of confusion regarding node compatiblity. If the examples lock jsdom to 7.x.x and a newcomer is using node 0.10.x or 0.12.x, they may think it's Redux that's incompatible.

@mxstbr
Copy link
Contributor

mxstbr commented Mar 3, 2016

Opened a new issue to track removing jsdom: #1473

I think we can merge this for now and remove the notice when jsdom is removed!

@mxstbr mxstbr added the docs label Mar 3, 2016
gaearon added a commit that referenced this pull request Mar 3, 2016
setState + shallow rendering are now working fine
@gaearon gaearon merged commit 230a4c5 into reduxjs:master Mar 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants