Skip to content

Commit

Permalink
log variables
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecAivazis committed Mar 8, 2024
1 parent ecb25df commit 9512ff9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/houdini-react/src/plugin/vite.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,8 @@ export default {
initialVariables: variables,
})
console.log('data for', artifactName, observer.state)
console.log('data for', artifactName, observer.state, variables)
// save it in the cache
initialData[artifactName] = observer
Expand Down

0 comments on commit 9512ff9

Please sign in to comment.