Skip to content

Use catch instead of finally for browser compatibility in mutator

Compare
Choose a tag to compare
@jarmit jarmit released this 28 Feb 22:16
· 9 commits to master since this release
0419fba

I am seeing lots of errors in Firefox and IE like Mutator (MutatorName) may not dispatch action (ActionName). And the callstack does not have a mutator in any of its stacks. When I look closer at the error, I see that these errors only happen in Firefox and IE so I think there is a browser compatibility issue where the finally is not getting recognized. I am going to switch over to a try catch instead to see if this fixes the issue