Skip to content

Commit

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

0 comments on commit afe4af5

Please sign in to comment.