-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
ActionConst.REPLACE breaks #2804
Comments
Same |
Solve it by downgrading to 4.0.0-beta.20 |
4.0.0-beta.27 works for me! |
We started running into this too on the latest version using The full error that I get is:
|
Same react-native-router-flux 4.0.0-beta.28 had this problem |
In the meantime I've rolled back to beta25 and it appears to be working. It looks like |
This is a known issue #2799 I'm closing this but if you want to use 0.28, do as what @sharkrice said, otherwise, if you don't need the features from 0.28, I suggest you to downgrade to a stable version (like 0.24 in my case) until it's fixed. |
4.0.0-beta.27 works for me! |
got issue for 4.0.0-beta.28, downgrade to 4.0.0-beta.27 works for me! |
got issue for 4.0.0-beta.24 with node v7.10.0, upgrade to 4.0.0-beta.27 works for me. |
@LiuTing0403 我用0.22到0.28都试了一遍 仍然存在这个问题 是不是和RN的版本有关呢 我的是0.52.2 |
Got the same issue. Downgrade to 4.0.0-beta.27 "fixed" it. |
Hi, in 4.0.6 the REPLACE does not work as expected, no errors but the route is not replaced properly. Any news on this? I think that this code is also problematic here: Shouldn't it be this? |
Version
Tell us which versions you are using:
Expected behaviour
Not to break
Actual behaviour
Break
" TypeError: Cannot read property 'map' of undefined"
Steps to reproduce
The text was updated successfully, but these errors were encountered: