Tiavina Michael Ralainirina
Tiavina Michael Ralainirina
I try using hooks with the search box librairy but it does not work
I have this "TypeError: Cannot read property 'isValid' of null" error when running the getCropzoneRect() method. editorRef.current?.getInstance().getCropzoneRect() here is the full demo / code: https://codesandbox.io/s/github/tiavina-mika/image-editor (click to the crop button...
I do not know if the bug is related to Emotion or not, but these following eslint configuration working since I upgraded Next.js to the latest v11.1.2. The `next lint...
## Describe the bug I'm using Electron with Next js with [Nextron ](https://github.com/saltyshiomix/nextron). - I dispatch actions from the server in getServerSideProps - the states is stored in the store...
When I rotate the image, the rotated image size has changed, normally the rotation should not affect the image size. It works fine in IOS. ### original image before rotation:...
I have products like this: ``` [ { name: 'Product 1', attributes: { width: '15', height: '20', channels: ['web', 'mobile'] } }, { name: 'Product 2', attributes: { width: '25',...
### New Issue Checklist - [x] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md). - [x] I am not just asking a [question](https://github.com/parse-community/.github/blob/master/SUPPORT.md). - [x] I have searched through [existing issues](https://github.com/parse-community/parse-server/issues?q=is%3Aissue). -...
After I upgraded to ```"react-router-dom": "^6.15.0"```, I've got this error: ` Uncaught Error: You cannot render a inside another . You should never have more than one in your app....
### Describe the Bug (버그 설명) when runing `npm run lint -- --fix` ### Version to Reproduce (현재 사용한 버전) [email protected] ### Steps to Reproduce (재현 순서) run : `npm...
We want to use material-table, but we are using material-ui latest version. Thanks