houdini-react 0.0.0-20240402042937 → 0.0.0-20240402043110
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -105,7 +105,6 @@ function Router({
|
|
|
105
105
|
loadComponent(page2);
|
|
106
106
|
}
|
|
107
107
|
if (["page", "data"].includes(which)) {
|
|
108
|
-
console.log("loading data", page2, variables2);
|
|
109
108
|
loadData(page2, variables2);
|
|
110
109
|
}
|
|
111
110
|
}
|
|
@@ -148,7 +147,6 @@ function usePageData({
|
|
|
148
147
|
const promise = new Promise((res, rej) => {
|
|
149
148
|
resolve = res;
|
|
150
149
|
reject = rej;
|
|
151
|
-
console.log("sending query", observer.artifact.name, variables2);
|
|
152
150
|
observer.send({
|
|
153
151
|
variables: variables2,
|
|
154
152
|
session
|
|
@@ -64,7 +64,6 @@ function Router({
|
|
|
64
64
|
loadComponent(page2);
|
|
65
65
|
}
|
|
66
66
|
if (["page", "data"].includes(which)) {
|
|
67
|
-
console.log("loading data", page2, variables2);
|
|
68
67
|
loadData(page2, variables2);
|
|
69
68
|
}
|
|
70
69
|
}
|
|
@@ -107,7 +106,6 @@ function usePageData({
|
|
|
107
106
|
const promise = new Promise((res, rej) => {
|
|
108
107
|
resolve = res;
|
|
109
108
|
reject = rej;
|
|
110
|
-
console.log("sending query", observer.artifact.name, variables2);
|
|
111
109
|
observer.send({
|
|
112
110
|
variables: variables2,
|
|
113
111
|
session
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "houdini-react",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-20240402043110",
|
|
4
4
|
"description": "The React plugin for houdini",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"recast": "^0.23.1",
|
|
44
44
|
"rollup": "^3.7.4",
|
|
45
45
|
"use-deep-compare-effect": "^1.8.1",
|
|
46
|
-
"houdini": "^0.0.0-
|
|
46
|
+
"houdini": "^0.0.0-20240402043110"
|
|
47
47
|
},
|
|
48
48
|
"files": [
|
|
49
49
|
"build"
|