-
whenever i include this in my main.js file it compiles easily but gives me error in browser console and do nort eun my project
vue-toastify.umd.min.js?6838:1 Uncaught TypeError: t.extend is not a fun…
-
I have this crash sometimes when i exit the fullscreen mode
![Screenshot from 2022-01-12 17-51-59](https://user-images.githubusercontent.com/44288530/149185237-48533218-ecf4-4a84-ad0e-fb4e70f72d4a.…
-
After an update of the package react-scripts from version 3.0.1 to 5.0.0, I receive the next 2 warnings:
(node:23640) [DEP_WEBPACK_DEV_SERVER_ON_AFTER_SETUP_MIDDLEWARE] DeprecationWarning: 'onAfter…
-
### What version of Next.js are you using?
11.0.1
### What version of Node.js are you using?
14.16.1
### What browser are you using?
Chrome
### What operating system are you using?
Windows
###…
-
While using these wallets.
import { WalletConnectConnector } from '@web3-react/walletconnect-connector';
import { WalletLinkConnector } from '@web3-react/walletlink-connector';
import { AuthereumCo…
-
I'm running into [another instance](https://github.com/mui-org/material-ui/issues/20755) of simple things being super-complicated :)
What I'm trying to do is simply display a toast sliding up. I've…
dandv updated
2 years ago
-
Hey guys,
I wanna call a toast after a POST request in ".then" method but it doesn't work. On a GET request it works fine:
`toast.configure()
const notify = (message) => toast(message);`
` …
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws…
-
Create project repository using CREATE-REACT-APP and yarn package manager:
https://create-react-app.dev/docs/getting-started/
Prepare folder structure based on atomic design:
https://bradfrost.co…
-
I am using Stomp for a chat-application.
However I end up getting multiple notifications for the same message sent to a user .
The no of notifications is equal to the no of times the error occurs
…