game-zone icon indicating copy to clipboard operation
game-zone copied to clipboard

Game zone MFE demonstration

Results 2 game-zone issues
Sort by recently updated
recently updated
newest added

I cloned this repo and ran ``` pnpm i pnpm dev ``` But am getting some errors from the `toBeInTheDocument` function in [`App.test.tsx`](https://github.com/jherr/game-zone/blob/build-time-deps/apps/cardpicker/src/App.test.tsx#L8). ``` ERROR in src/App.test.tsx:8:23 TS2339: Property 'toBeInTheDocument'...

https://github.com/jherr/game-zone/blob/77a6907bf7e6544de249fa3c5b023a8d0fefa294/packages/ui/useAppShell.ts#L11 Try to add double brackets here: `create()` Should work :)