From 300d0bd1b9c491cdce76be5e63e1b4c83ad58e5f Mon Sep 17 00:00:00 2001
From: austinried <4966622+austinried@users.noreply.github.com>
Date: Tue, 3 Aug 2021 11:08:40 +0900
Subject: [PATCH] debug events
---
app/components/TrackPlayerState.tsx | 36 +++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/app/components/TrackPlayerState.tsx b/app/components/TrackPlayerState.tsx
index e91c2c7..2d9c261 100644
--- a/app/components/TrackPlayerState.tsx
+++ b/app/components/TrackPlayerState.tsx
@@ -143,6 +143,41 @@ const Debug = () => {
return <>>
}
+// const DebugEvents = () => {
+// const update = (payload?: Payload) => {
+// console.log(`${payload?.type}: ${JSON.stringify(payload)}`)
+// }
+
+// return (
+//
+// )
+// }
+
const TrackPlayerState = () => (
@@ -150,6 +185,7 @@ const TrackPlayerState = () => (
+ {/* */}
)