dillon1000/react
Commit
Browse files Replace `persistentCloneOf` with `persist`
There are to reasons to prefer a `persist` method on the event rather than a static method: - In open source, people do not have access to `AbstractEvent`. - This will allow people to persist events without requiring another module. - This will make refactors easier and more flexible.
Changed paths2 files
First-parent comparisonsrc/event/AbstractEvent.js ModifiedM src/event/EventPluginHub.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…