-
I'm getting this error when i load a new fen to the board
callstack:
Uncaught (in promise) TypeError: Cannot read property 'getBoundingClientRect' of null
at HTMLElement._getAnimationStyles (…
-
1. yarn install
2.yarn build
3.yarn start
code: 'BABEL_PARSE_ERROR' }
react-dnd-examples-decorators: { SyntaxError: /Users/zhonglei/learnplace/react-dnd/packages/documentation/examples-decorat…
-
I am using the `react-simple-chessboard` in a tab. Whenever I change tabs I get `r.current.destroy is not a function` from `useChess`
-
I was just wondering if it was possible to implement chessboard.js in React Native and if so, how to do it?
-
## Value proposition
As a user
I want to see a preview of the possible moves a certain piece is allowed to do, as soon as i click on it,
in order to have a visual representation of my options are
##…
-
**Describe the bug**
When dragging a React object using hook API, a CustomDragLayer fails to perform its task do to an error within package. Looks like its an error in the HTML5 backend.
```
Ca…
-
In the `Board` component's view, there is a huge, somewhat messy hierarchy for rendering the rows, columns and squares, that is not easy to understand, navigate and extend.
IMO There are two ways w…
-
I managed to reproduce this twice already at the beginning of the first level that contains bishops.
At this sections very beginning, there is a nice free area to quickly walk straight to gain some sp…
-
I thought it would be useful to add an onStartDrag(square) prop that is called whenever the user initiates a drag for a piece. For example it would help with highlighting the available moves when a us…
-
### **Describe the bug**
I'm implementing chess game with DND library.
I have a Field component which is a container for pieces img. Moreover Field container has background color and optional capti…