ngx-quill: Uncaught TypeError: Cannot read property 'common' of undefined
im using
<quill-editor style="height: 250px" formControlName ='editor' class="formGroup">
to resize the editor , the editor won’t resize and this error appear Uncaught TypeError: Cannot read property ‘common’ of undefined :ngx-quill.umd.js:4 at ngx-quill.umd.js:4 at ngx-quill.umd.js:5
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 17 (9 by maintainers)
yeah like i said angular cli should not load the umd-file. so you have misconfigured your build.
just follow https://github.com/KillerCodeMonkey/ngx-quill#for-standard-webpack-angular-cli-and-tsc-builds
and thats it. you can see this in the demo repo lined in the readme.