sweetalert2-react-content icon indicating copy to clipboard operation
sweetalert2-react-content copied to clipboard

Official SweetAlert2 enhancer adding support for React elements as content

Results 6 sweetalert2-react-content issues
Sort by recently updated
recently updated
newest added

```jsx // App.tsx // This is where the magic begins ``` ```jsx //Somefile.ts ReactSwal.fire(...) // will work with the context ```

Please refer to [this post](https://stackoverflow.com/questions/72040860/react-pass-context-to-sweetalert-popup). I have a component which uses context and it works as expected when I include it in other components. But when I try to include...

Our project has material ui, and when I use title: hello, user interface will override by default Tpyography theme, which inject later, so I think the Swal is independent system,...

**Describe the bug** Uncaught Error: No QueryClient set, use QueryClientProvider to set one call ``` withReactContent(Swal).fire({ showConfirmButton: false, html: , }); ``` component ``` import { useGetGateways } from "./../../services/gateways";...

bug

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`^8.25.0` -> `^9.0.0`](https://renovatebot.com/diffs/npm/eslint/8.57.0/9.1.1) |...

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies