react-codemod icon indicating copy to clipboard operation
react-codemod copied to clipboard

fix(class): history.replaceState member expression

Open tbranyen opened this issue 1 year ago • 0 comments

In our code we have the following:

this.context.history.replaceState()

The deprecated APIs check only looks for history.replaceState. This fix makes the check more robust, by taking into account member expression types.

tbranyen avatar Feb 07 '24 21:02 tbranyen