react-block-ui icon indicating copy to clipboard operation
react-block-ui copied to clipboard

Easy way to block the user from interacting with your UI.

Results 11 react-block-ui issues
Sort by recently updated
recently updated
newest added

For react deps: ``` "react": "^16.9.0", "react-block-ui": "^1.3.1", "react-color": "^2.17.3", "react-dom": "^16.9.0", ``` There is now this warning showing up ``` Warning: unstable_flushDiscreteUpdates: Cannot flush updates when React is already...

help wanted
Hacktoberfest

React 17 is not a peer dependency of react-block-ui so I can't install it without forcing. If react-block-ui works with React 17 the peer dependencies should be updated.

Just an FYI... with react 16.9 I see the warning below. Seems componentWillReceiveProps is used in one place in the src (and a few places in tests). ``` react-dom.development.js:11494 Warning:...

## store.js ``` import { init } from '@rematch/core'; import createPersistPlugin from '@rematch/persist'; import { routerMiddleware, connectRouter } from 'connected-react-router'; import { createBrowserHistory } from 'history'; import reduxMiddleware from 'react-block-ui/reduxMiddleware';...

When the loader appears, the focus is lost but I still can press the tab key to navigate between inputs and enter data there. (Screenshot and video are attached.) https://user-images.githubusercontent.com/16920879/126608797-c21dc682-08e0-4a82-aa8c-bbf4b71b5946.mov

bug

I have the following scenario where we display a list in `Card`s within the `Card` we have icons that will trigger an action and API call. When the promise is...

I am considering moving this over to `availity-react` and refactoring to hooks as from scanning the code will make the code footprint much smaller. Maintainability-wise would be much easier in...

Currently if a user wants to override the `tag` prop of `react-block-ui` they can but it doesn't account for warnings that may come up if per say we were to...