reactjs / react-codemod

React codemod scripts
MIT License
4.2k stars 288 forks source link

fix(class): history.replaceState member expression #318

Open tbranyen opened 7 months ago

tbranyen commented 7 months ago

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.