Skip to content

Commit b8ea1eb

Browse files
committed
console logs
1 parent 3cb38cc commit b8ea1eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: extension/src/App.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ function App() {
3838

3939
// By checking data more thoroughly, we can avoid adding data that we don't expect in child components. This is the data we have the least control over.
4040
// Future iteration could use Zod or something a little less manual and be a more prcise
41+
console.log('Recieved event message', message)
4142
if (
4243
message.type === 'event' &&
4344
message.payload &&

0 commit comments

Comments
 (0)