Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

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

chore: Fix interop option for react package

+1 -1
+1 -1
scripts/rollup/config.mjs
··· 92 92 if (format === 'esm') { 93 93 return 'esModule'; 94 94 } else if (id === 'react') { 95 - return 'defaultOnly'; 95 + return 'esModule'; 96 96 } else { 97 97 return 'auto'; 98 98 }