Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

editor.js:2 Uncaught TypeError: Cannot read properties of undefined (reading 'normalize') #2804

Open
manishfdsu opened this issue Aug 5, 2024 · 0 comments
Labels

Comments

@manishfdsu
Copy link

Describe a bug.
Formbuilder - Create a Form: console errors seen
Add Custom Block and click on up and down arrow keys, user will see console errors as below :
`


editor.js:2
Uncaught
TypeError: Cannot read properties of undefined (reading 'normalize')
at Function.value (editor.js:2:1)
at o.get (editor.js:2:1)
at o.value (editor.js:2:1)
at o.value (editor.js:2:1)
at k.value (editor.js:2:1)
at k.value (editor.js:2:1)
at HTMLDocument.eval (editor.js:2:1)

  value @ editor.js:2
  get @ editor.js:2
  value @ editor.js:2
  value @ editor.js:2
  value @ editor.js:2
  value @ editor.js:2
  eval @ editor.js:2

`

Steps to reproduce:

  1. Add custom block
  2. click on up and down arrow keys

Expected behavior:
Console errors should not be thrown

Device, Browser, OS:
All Device, Browser, OS

Editor.js version:
"@editorjs/checklist": "^1.3.0",
"@editorjs/delimiter": "^1.2.0",
"@editorjs/editorjs": "^2.23.2",
"@editorjs/header": "^2.6.2",
"@editorjs/image": "^2.6.2",
"@editorjs/inline-code": "^1.3.1",
"@editorjs/list": "^1.7.0",
"@editorjs/paragraph": "^2.8.0",
"@editorjs/quote": "^2.4.0",
"@editorjs/raw": "^2.3.1",
"@editorjs/table": "^2.0.1",
"@editorjs/text-variant-tune": "^1.0.1",
"@editorjs/underline": "^1.0.0",
"@editorjs/warning": "^1.2.0",
"editorjs-change-case": "^0.0.3",
"editorjs-drag-drop": "^1.1.2",
"editorjs-inline-font-size-tool": "^1.0.1",
"editorjs-text-alignment-blocktune": "^1.0.3",
"editorjs-text-color-plugin": "^1.13.1",
"editorjs-undo": "1.0.1",

Plugins you use with their versions:
"@editorjs/checklist": "^1.3.0",
"@editorjs/delimiter": "^1.2.0",
"@editorjs/editorjs": "^2.23.2",
"@editorjs/header": "^2.6.2",
"@editorjs/image": "^2.6.2",
"@editorjs/inline-code": "^1.3.1",
"@editorjs/list": "^1.7.0",
"@editorjs/paragraph": "^2.8.0",
"@editorjs/quote": "^2.4.0",
"@editorjs/raw": "^2.3.1",
"@editorjs/table": "^2.0.1",
"@editorjs/text-variant-tune": "^1.0.1",
"@editorjs/underline": "^1.0.0",
"@editorjs/warning": "^1.2.0",
"editorjs-change-case": "^0.0.3",
"editorjs-drag-drop": "^1.1.2",
"editorjs-inline-font-size-tool": "^1.0.1",
"editorjs-text-alignment-blocktune": "^1.0.3",
"editorjs-text-color-plugin": "^1.13.1",
"editorjs-undo": "1.0.1",

@manishfdsu manishfdsu added the bug label Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant