-
Notifications
You must be signed in to change notification settings - Fork 801
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
beta.20 bug #841
Labels
Comments
Unable to reproduce - all the tests I have are working. |
Open chrome devTools, switch to <div id="root">
"0"
"1"
"2"
</div> I just realize my root-component method render() {
return [
<A key="axxx" />,
<B key="bxxx" />,
<C key="cxxx" />,
];
} Return elements[] is legal in React16+ Any relation? |
ReactDOM.render(
<Provider store={store}>
<AppComponent />
</Provider>,
document.getElementById('root')
); |
When I reduce array to 2 items, the render message turn to: <div id="root">
"0"
"1"
</div> |
And there is no exception in console? |
I've found a problem :( |
Merged
Should be fixed in beta.21. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Beta.20 cause rendering
only element
"012" in the browser.node 9.5.0
babel 7.0.0.beta39
webpack 3.10.0
Rollback to beta.19 worked!
The text was updated successfully, but these errors were encountered: