Doug Jones

Results 11 comments of Doug Jones

Err... not sure what I just did, but I might have over wrote your file! Not very smart when it comes to GitHub yet. (sorry!) But it should be 2-spaces...

Actually, I guess it forked it to my GitHub and I was editing my version? If you can't see what I did, then just go here: https://github.com/cjboco/jQuery-Sonar Sorry, I really...

Have you tried setting the "keepalive" parameter? I set mine to an extremely long time, like 10000. That seemed to solve my issue.

For those just looking to ignore "Could not find a declaration" error in VS Code and TypeScript. At the root of your project, create a file called `external.d.ts` with the...

For the `@toast-ui/react-editor` wrapper, I used. `npm install types/@toast-ui/react-editor` You may want to try that, i.e. `npm install types/@toast-editor`. If that doesn't work, you can always add an external type...

> @cjboco I tried your solutions. but I cant solve it. > > 1. `npm install types/@toast-ui/vue-editor` -> cant find npm. > 2. declare moudle `@toast-ui/editor` -> how can i...

I had already set this in the application.cfc, but you're saying this needs to be set in the CFC's? Do you mean this needs to be passed as a parameter...

Interesting. Did you remove the "suppressErrors" just for testing?

Updates applied and so far no errors. I think you figured it out!

I believe is should be: ``` import { ToastContainer, Bounce } from 'react-toastify'; {/* Same as */} ``` transition needs a ToastTransition | undefined