react-solitaire
react-solitaire copied to clipboard
React implementation of the famous solitaire card game
Dragging a king upwards a tiny bit, and dropping it back on it's pile, causes it to disappear.
after running: npm install npm start I am seeing the following error in the Chrome console: index.js:26 Uncaught Error: imports[1] for react-transform-catch-errors does not look like a React component.
I dragged a `4h` from a tableau pile ending in `... 4h 3s` and dropped it onto a foundation pile that had `3h` at the top. This resulted in the...