From ea87af27b28fa5933abb8935e8586c86c74f2c0a Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Tue, 22 Feb 2022 11:44:19 -0800 Subject: [PATCH] AppState docs without deprecated API --- packages/docs/src/pages/docs/apis/app-state.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/docs/src/pages/docs/apis/app-state.md b/packages/docs/src/pages/docs/apis/app-state.md index cd67cadb..e9b83274 100644 --- a/packages/docs/src/pages/docs/apis/app-state.md +++ b/packages/docs/src/pages/docs/apis/app-state.md @@ -40,10 +40,6 @@ Returns the current state of the app. Add a listener to `AppState` changes. Listen to the `"change"` event type. The handler is called with the app state value. {% endcall %} -{% call macro.prop('removeEventListener', '(type: ?string, listener: (boolean) => void) => void') %} -Remove a listener from `AppState` changes. -{% endcall %} - --- ## Examples