react-toastify-redux icon indicating copy to clipboard operation
react-toastify-redux copied to clipboard

Cannot find name 'ToastType'

Open Tsyklop opened this issue 6 years ago • 0 comments

When i run my react redux app with type script get this error:

Failed to compile.

E:/IDEA/front-end-react-v2/node_modules/react-toastify-redux/src/definitions.d.ts
ERROR in E:/IDEA/front-end-react-v2/node_modules/react-toastify-redux/src/definitions.d.ts(23,10):
TS2304: Cannot find name 'ToastType'.

I try install @types/react-toastify-redux, but get error 404 Not Found

typescript: 3.2.4 react-toastify-redux: 1.0.0-rc.2 (not ts version)

Tsyklop avatar Jan 19 '19 01:01 Tsyklop