diff --git a/docs/writing-a-plugin.md b/docs/writing-a-plugin.md index 508da96bb..43fb514e1 100644 --- a/docs/writing-a-plugin.md +++ b/docs/writing-a-plugin.md @@ -39,6 +39,7 @@ static defaultPersistedState = { static persistedStateReducer = ( persistedState: PersistedState, + method: string, newData: Object, ): PersistedState => { // Logic to merge current state with new data