Weird runtime crash with BindingReducer as a parent and on a child #1877
-
Hello 👋🏼, We're using We have the following parent and child reducers: And this is the weird runtime stack trace we get when we dismiss the child one through a Through searching and trying out some possible solutions, we found this answered issue #1564 which gave us a hint so we tried these two solutions that solved our problem: Declaring the case paths explicitly without the use of the As well as changing the order of our actions in the Although we "solved" this in our case, we'd like to know if anyone else has encountered a similar issue, or if there's any hint someone can give in regards to what is actually happening behind the scenes. Thanks in advance 🙏🏼 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hey @ricardomsm! You mention this being an issue in 0.50.0. Does this mean the same code paths cause no problem in 0.49? Also, is there any chance for you to whittle down a reproduction that you can share and we can use to help troubleshoot a fix? |
Beta Was this translation helpful? Give feedback.
Hey @ricardomsm! You mention this being an issue in 0.50.0. Does this mean the same code paths cause no problem in 0.49?
Also, is there any chance for you to whittle down a reproduction that you can share and we can use to help troubleshoot a fix?