Module '"../../@types/quill"' has no exported member 'Delta
See original GitHub issueI installed quill
, @types/quill
and ngx-quill
in my Angular 10 project.
but it gives me the following error
ERROR in ../../node_modules/ngx-quill/lib/quill-editor.component.d.ts:3:21
- error TS2614: Module '"../../@types/quill"' has no exported member 'Delta'.
Did you mean to use 'import Delta from "../../@types/quill"' instead?
3 import QuillType, { Delta } from 'quill';
also I installed quill-delta
, and the is no @types/quill-delta
in npm registry.
installed versions: ngx-quill: 12.0.1 (requires quill v1.3.7) quill: 1.3.7 quill-delta: 4.2.2 @types/quill: 2.0.4
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
9.2.0 Build error · Issue #882 · KillerCodeMonkey/ngx-quill
... error TS2614: Module '"C:/Users/pedro/Documents/Development/ussi/e-solutions/node_modules/@types/quill"' has no exported member 'Delta'.
Read more >Problems with ngx-quill installation - Stack Overflow
ts:3:21 - error TS2614: Module '"quill"' has no exported member 'Delta'. Did you mean to use 'import Delta from "quill"' instead? 3 import...
Read more >@types/quill - npm
Start using @types/quill in your project by running `npm i ... TypeScript icon, indicating that this package has built-in type declarations.
Read more >types/quill/index.d.ts - UNPKG
The CDN for @types/quill. ... 22, export type DeltaOperation = { insert?: any; delete?: number; ... 176, // Blot interface is not exported...
Read more >Module '"react"' has no exported member 'useDeferredValue'.
Module '"react"' has no exported member 'useDeferredValue'. For some reason, I can't seem to use React 18 features in my react application?
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
please guys use the issue search… like semantic versioning is used… if you install quilljs 1.x you need the typings of quilljs in the version 1.x
Nope i Just Support stable quill Versions.
You could try to use quill 2 dev4 but with old typings
Am 03.01.2021 in 10:21, Kfir Ozer notifications@github.com schrieb:
quill 2 is not supported ? if I install “@types/quill”: “^2.0.4” and “quill”: “2.0.0-dev.4” I get the same error.
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/KillerCodeMonkey/ngx-quill/issues/1107#issuecomment-753589470, or unsubscribe https://github.com/notifications/unsubscribe-auth/AARI4YCI5RFI3VK7EUYNGFDSYAZIXANCNFSM4UWVSIIA .