You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Editor.js 2.26.4 I'm ready! (ノ◕ヮ◕)ノ*:・゚✧ Unhandled promise rejection TypeError: window.matchMedia is not a function at Object.e.isMobileScreen (https://cdn.jsdelivr.net/npm/@editorjs/editorjs@latest:8:7846) at n.value (https://cdn.jsdelivr.net/npm/@editorjs/editorjs@latest:8:117977) at n.value (https://cdn.jsdelivr.net/npm/@editorjs/editorjs@latest:8:114367) at u.<anonymous> (https://cdn.jsdelivr.net/npm/@editorjs/editorjs@latest:8:242078) at p (https://cdn.jsdelivr.net/npm/@editorjs/editorjs@latest:8:356645) at Generator.<anonymous> (https://cdn.jsdelivr.net/npm/@editorjs/editorjs@latest:8:357982) at Generator.next (https://cdn.jsdelivr.net/npm/@editorjs/editorjs@latest:8:357008) at n (https://cdn.jsdelivr.net/npm/@editorjs/editorjs@latest:8:21224) at s (https://cdn.jsdelivr.net/npm/@editorjs/editorjs@latest:8:21435) at https://cdn.jsdelivr.net/npm/@editorjs/editorjs@latest:8:21494 Block «paragraph» skipped because of plugins error {}
My npm -v 6.14.15
node -v v14.18.1
The text was updated successfully, but these errors were encountered:
You can update the version of EditorJS with 2.19.1 to fix the error : <script src="https://cdn.jsdelivr.net/npm/@editorjs/[email protected]/dist/editor.min.js"></script>
The script seems actually not working with the latest version.
When I start webserver with
npm start
then error:Editor.js 2.26.4 I'm ready! (ノ◕ヮ◕)ノ*:・゚✧ Unhandled promise rejection TypeError: window.matchMedia is not a function at Object.e.isMobileScreen (https://cdn.jsdelivr.net/npm/@editorjs/editorjs@latest:8:7846) at n.value (https://cdn.jsdelivr.net/npm/@editorjs/editorjs@latest:8:117977) at n.value (https://cdn.jsdelivr.net/npm/@editorjs/editorjs@latest:8:114367) at u.<anonymous> (https://cdn.jsdelivr.net/npm/@editorjs/editorjs@latest:8:242078) at p (https://cdn.jsdelivr.net/npm/@editorjs/editorjs@latest:8:356645) at Generator.<anonymous> (https://cdn.jsdelivr.net/npm/@editorjs/editorjs@latest:8:357982) at Generator.next (https://cdn.jsdelivr.net/npm/@editorjs/editorjs@latest:8:357008) at n (https://cdn.jsdelivr.net/npm/@editorjs/editorjs@latest:8:21224) at s (https://cdn.jsdelivr.net/npm/@editorjs/editorjs@latest:8:21435) at https://cdn.jsdelivr.net/npm/@editorjs/editorjs@latest:8:21494 Block «paragraph» skipped because of plugins error {}
My
npm -v 6.14.15
node -v v14.18.1
The text was updated successfully, but these errors were encountered: