tneotia / html-editor-enhanced

A Flutter package that provides a WYSIWYG editor backed by flutter_inappwebview and the Summernote library.
https://pub.dev/packages/html_editor_enhanced
MIT License
274 stars 331 forks source link

Console error #516

Open syedammar95 opened 4 months ago

syedammar95 commented 4 months ago

When ever I open the sreen where I used Quill and when I type text in Quill I see errors in console,

Error dart-sdk/lib/_internal/js_dev_runtime/private/ddcruntime/errors.dart 297:3 throw dart-sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/operations.dart 806:18 nullCheck packages/html_editor_enhanced/src/widgets/html_editor_widget_web.dart 708:28 dart-sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/operations.dart 550:37 _checkAndCall dart-sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/operations.dart 555:39 dcall dart-sdk/lib/html/dart2js/html_dart2js.dart 37254:58

This shows when I open that screen where I used Quill..

TypeError: Cannot read properties of null (reading 'includes') about:srcdoc 49:30 handleMessage

I see this when I try to write text on Quill...

Help me solve this