Mirror: The small sibling of the graphql package, slimmed down for client-side libraries.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove messages from invariants

+3
+3
scripts/babel/transformDevAssert.mjs
··· 47 47 } 48 48 49 49 p.replaceWith(wrapWithDevCheck({ NODE: p.node })); 50 + } else if (name === 'invariant') { 51 + path.node[visited] = true; 52 + path.node.arguments.length = 1; 50 53 } 51 54 }, 52 55 },