#2440·enzyme

Why is ShallowWrapper's .rerender() not documented?

Author: maciej-gurbanCreated Aug 25, 2020Updated Dec 25, 2023
LabelsquestionAPI: shallowNeed More Information

What's the reason for `.rerender()` method of shallow wrapper not being documented in the docs? Is it in some way discouraged, or considered an internal implementation? It seems to work perfectly fine in the cases where I've utilized it, and it's more semantic than calling `.setProps({})`.