mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Since persist() is referred to in the doc as a method for disabling event pooling, that must mean it's part of the SyntheticEvent API. I'm proposing to state it more explicitly so that there's no doubt for newcomers like me whether it is the SyntheticEvent or the actual JS event that has the method.