Arkellys

Results 22 comments of Arkellys

Checkout the rule [order](https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/order.md) from [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) for that.

This is the point of this plugin. You can just use the original ESLint rule [sort-imports](https://eslint.org/docs/rules/sort-imports) if you want imports such as `{ a }` to be considered `single`.

With the default config of `create-react-app`, the hot-reload is only activated in development. Are you sure that the problem comes from here?

> Good morning Sir, I want to work on this issue. I am new here and want some guidance about how to set test enviroment to check the changes. Kindly...

This look like a duplicate of [this issue](https://github.com/reactjs/react-transition-group/issues/820). You have to pass a `ref` to your `` as well for the animation to work.

I agree with the others, 300ms is way too long. It's visually distracting and It looks like a bug. Is it possible to remove this delay?

Fixed for non-android devices with [this PR](https://github.com/ianstormtaylor/slate/pull/5564) available on [[email protected]](https://github.com/ianstormtaylor/slate/releases/tag/slate-react%400.101.1)

I have this problem on an Electron app too, and it happens even when the layout doesn't contain any heavy data when the dev tools are open. I can't reproduce...

I think this issue is actually a duplicate of https://github.com/react-grid-layout/react-grid-layout/issues/2003, which contains useful information.