You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 27, 2023. It is now read-only.
var node =require(\\"../testing/artifacts/MyFragment_todo.graphql\\").default;
48
+
if (node.hash&&node.hash!== \\"9daa79e3d5938020fd9af9ff08a0f4e4\\") {
49
+
console.error(\\"The definition of 'MyFragment_todo' appears to have changed. Run \`relay-compiler\` to update the generated files to receive the expected data.\\");
exports[`TSTransform Modern should compile: modern test 1`] =`
42
97
Object {
43
98
"diagnostics": Array [],
44
99
"outputText": "createFragmentContainer(MyComponent, { todo: function () {
45
100
if (IS_DEV) {
46
101
var node = require(\\"../testing/artifacts/MyFragment_todo.graphql\\").default;
47
-
if (node.hash && node.hash !== \\"e655cc161574f3976cf1b4a8310f6885\\") {
102
+
if (node.hash && node.hash !== \\"9daa79e3d5938020fd9af9ff08a0f4e4\\") {
48
103
console.error(\\"The definition of 'MyFragment_todo' appears to have changed. Run \`relay-compiler\` to update the generated files to receive the expected data.\\");
0 commit comments